SlideShare a Scribd company logo
Frontend Sessions
HTML5, CSS3, Javascript and Jquery
by: Seshu Puvvada
1
What ?
 what is web / static / dynamic application ?
 what is mobile web / native / hybrid application ?
2
By: Seshu Puvvada
What?
 What is HTML ?
 What is CSS ?
 What is Javascript ?
 What is HTTP?
3
By: Seshu Puvvada
Technologies and Frameworks
4
By: Seshu Puvvada
IDE ?
 Eclipse
 Notepad++
 Visual studio
 Webstrom
 Atom etc…
5
By: Seshu Puvvada
HTML Document Structure
 Parent and child structure
 doctype – declaration of standards compliance
 html – Root element
 head – Document metadata
 Used by browsers and search engines
 body – Document data
 Displayed to the users by the client browser
6
<!DOCTYPE html>
<html>
<head>
<title>Welcome</title>
</head>
<body>
<h1>Welcome to HTML</h1>
</body>
</html>
By: Seshu Puvvada
<head> metadata
•Title of the document<title>
•Includes metadata of the application such as keywords,
description etc..<meta>
•Includes script<script>
•Define styles for body elements<style>
•Directive indicating related documents<link>
•Define base address for all relative links on the page<base>
7
By: Seshu Puvvada
Basic HTML Elements
 Headings h1 to h6
 Paragraph (p, pre)
 Links(a)
 Images(img)
 Attributes – provides additional information about an element
 Title
 Href
 Src
 Width, height
 Alt etc…
8
By: Seshu Puvvada
Text elements
 <b> - bold
 <strong> - strong
 <i> - italic
 <em> - emphasized
 <small> - small
 <mark> - marked
 <del> - deleted
 <sub> - subscript
 <sup> - superscript
9
By: Seshu Puvvada
HTML Style
 What is Style
 Inline styling
 <p style="color:red">This is a paragraph.</p>
 Internal styling - Using Style tag
 <style> p { color: red; } </style>
 External Style sheet
 mystyle.css
 Basic styling properties
 background-color, color, font-size, font-family, text-align, border, padding, margin
etc…
10
By: Seshu Puvvada
CSS Selectors
 Id selector
 #tagid{ css properties }
 Element selector
 h1{ css properties }
 Class selector
 .myheader{ css properties }
11
By: Seshu Puvvada
Block Vs Inline
 Block elements
 Container elements for grouping
 May contain other block or inline elements
 New lines appear
 Can have width and height, it takes whole page width
 Div, h1, p, form etc…
 Inline elements
 Container for text and other inline elements
 No new line before or after
 Has no width and height
 span, a, img etc..
12
By: Seshu Puvvada
CSS Box Model
13
By: Seshu Puvvada
HTML Links
 Anchor Element
 <a href="http://www.syntelinc.com">Welcome to syntel</a>
 What is target -- _self and _blank
 <a href="http://www.syntelinc.com" target="_blank">Welcome to syntel</a>
 Image with link
 <a href="http://www.syntelinc.com" target="_blank“>
<img src="welcome.jpg" />
</a>
 Bookmarking Section
 <a href="#Zaheer">Zaheer Khan Open to Bowling Coach Role in Indian Team </a>
14
By: Seshu Puvvada
HTML List
 Unordered list
 <ul>
<li>item name</li>
</ul>
 list-style-type:square, circle, disc
 Ordered list
 <ol>
<li>item name</li>
</ol>
 type = “1”, A, a, I, i
 List item
15
By: Seshu Puvvada
HTML Input elements
•<input type="text" name="username">
Text
•<input type="password" name="psw">
Password
•<input type="submit" value="Submit">
Submit
•<input type="radio" name=“accept" value=“yes" checked>
Radio
•<input type="checkbox" name=“country" value=“India">
Checkbox
16
By: Seshu Puvvada

More Related Content

PPTX
Introduction to Jquery
PDF
Introduction to HTML, CSS, and Javascript
PPTX
CSC103 Web Technologies: HTML, CSS, JS
PPT
JavaScript - Part-1
PPTX
Web Development Basics: HOW TO in HTML
PPTX
Javascript
PPT
JavaScript Introduction
PPT
JavaScript Missing Manual, Ch. 1
Introduction to Jquery
Introduction to HTML, CSS, and Javascript
CSC103 Web Technologies: HTML, CSS, JS
JavaScript - Part-1
Web Development Basics: HOW TO in HTML
Javascript
JavaScript Introduction
JavaScript Missing Manual, Ch. 1

What's hot (20)

PPT
HTML Introduction
PPTX
Java script
PPTX
Web Development
PPT
Web development basics (Part-1)
PDF
Html / CSS Presentation
PPTX
Java script writing javascript
PDF
Intro to HTML, CSS & JS - Internship Presentation Week-3
PPTX
What's a web page made of?
PPT
Html & CSS - Best practices 2-hour-workshop
PPTX
Basic JS
PDF
Component-Oriented Web Development with Dart
PPT
JavaScript & Dom Manipulation
PPTX
JavaScript and jQuery Basics
PDF
Suggest.js
PDF
Web Components - The Future is Here
PDF
HTML CSS Best Practices
PPTX
JS basics
PPTX
Introduction to HTML and CSS
PDF
PDF
JavaScript and BOM events
HTML Introduction
Java script
Web Development
Web development basics (Part-1)
Html / CSS Presentation
Java script writing javascript
Intro to HTML, CSS & JS - Internship Presentation Week-3
What's a web page made of?
Html & CSS - Best practices 2-hour-workshop
Basic JS
Component-Oriented Web Development with Dart
JavaScript & Dom Manipulation
JavaScript and jQuery Basics
Suggest.js
Web Components - The Future is Here
HTML CSS Best Practices
JS basics
Introduction to HTML and CSS
JavaScript and BOM events
Ad

Viewers also liked (10)

PDF
SOLIDWORKS 2016 Enterprise PDM
PPTX
S e r_v_i_c_i_o_w_e_b_2.0
PDF
sulfuric_acid process
PDF
15 august.2016
PDF
Overview of Enforced Disappearance in Thailand
PPT
Mutual fund
DOCX
July 2016 Resume (DS)
PPTX
Filipino 8 Alamat ng Durian
PPT
Maikling Kwento
PDF
Alamat ng langka
SOLIDWORKS 2016 Enterprise PDM
S e r_v_i_c_i_o_w_e_b_2.0
sulfuric_acid process
15 august.2016
Overview of Enforced Disappearance in Thailand
Mutual fund
July 2016 Resume (DS)
Filipino 8 Alamat ng Durian
Maikling Kwento
Alamat ng langka
Ad

Similar to Introduction to html & css (20)

PPTX
WELCOME (recovernjkgnjvnvnfjkvnjknnbfjked).pptx
PPTX
Web Development basics with WordPress
PPT
Introduction to Web Technology and Web Page Development
PDF
Intro to web dev
PPTX
Curtin University Frontend Web Development
PDF
Introduction to HTML and CSS
PPTX
Introduction to Web Development.pptx
PPTX
Introduction to Web Development.pptx
PPTX
Introduction to Web Development.pptx
PPTX
025444215.pptx
PPS
PPTX
An Overview of HTML, CSS & Java Script
PPTX
Html, css and jquery introduction
PPTX
HTML, CSS BASICS OF HTML AND CSS USED IN WEBSITE.pptx
PPTX
Html,CSS & UI/UX design
PDF
web development
PPTX
25444215.pptx
PPTX
Introduction to HTML+CSS+Javascript by Deepu.pptx
PPTX
Web development it slideWeb development it slidemy web development slide-...
PDF
Code &amp; design your first website (3:16)
WELCOME (recovernjkgnjvnvnfjkvnjknnbfjked).pptx
Web Development basics with WordPress
Introduction to Web Technology and Web Page Development
Intro to web dev
Curtin University Frontend Web Development
Introduction to HTML and CSS
Introduction to Web Development.pptx
Introduction to Web Development.pptx
Introduction to Web Development.pptx
025444215.pptx
An Overview of HTML, CSS & Java Script
Html, css and jquery introduction
HTML, CSS BASICS OF HTML AND CSS USED IN WEBSITE.pptx
Html,CSS & UI/UX design
web development
25444215.pptx
Introduction to HTML+CSS+Javascript by Deepu.pptx
Web development it slideWeb development it slidemy web development slide-...
Code &amp; design your first website (3:16)

Recently uploaded (20)

PDF
Machine learning based COVID-19 study performance prediction
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
cuic standard and advanced reporting.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
KodekX | Application Modernization Development
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
Machine learning based COVID-19 study performance prediction
Review of recent advances in non-invasive hemoglobin estimation
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
cuic standard and advanced reporting.pdf
MYSQL Presentation for SQL database connectivity
Advanced methodologies resolving dimensionality complications for autism neur...
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Dropbox Q2 2025 Financial Results & Investor Presentation
Network Security Unit 5.pdf for BCA BBA.
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Chapter 3 Spatial Domain Image Processing.pdf
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
KodekX | Application Modernization Development
20250228 LYD VKU AI Blended-Learning.pptx

Introduction to html & css

  • 1. Frontend Sessions HTML5, CSS3, Javascript and Jquery by: Seshu Puvvada 1
  • 2. What ?  what is web / static / dynamic application ?  what is mobile web / native / hybrid application ? 2 By: Seshu Puvvada
  • 3. What?  What is HTML ?  What is CSS ?  What is Javascript ?  What is HTTP? 3 By: Seshu Puvvada
  • 5. IDE ?  Eclipse  Notepad++  Visual studio  Webstrom  Atom etc… 5 By: Seshu Puvvada
  • 6. HTML Document Structure  Parent and child structure  doctype – declaration of standards compliance  html – Root element  head – Document metadata  Used by browsers and search engines  body – Document data  Displayed to the users by the client browser 6 <!DOCTYPE html> <html> <head> <title>Welcome</title> </head> <body> <h1>Welcome to HTML</h1> </body> </html> By: Seshu Puvvada
  • 7. <head> metadata •Title of the document<title> •Includes metadata of the application such as keywords, description etc..<meta> •Includes script<script> •Define styles for body elements<style> •Directive indicating related documents<link> •Define base address for all relative links on the page<base> 7 By: Seshu Puvvada
  • 8. Basic HTML Elements  Headings h1 to h6  Paragraph (p, pre)  Links(a)  Images(img)  Attributes – provides additional information about an element  Title  Href  Src  Width, height  Alt etc… 8 By: Seshu Puvvada
  • 9. Text elements  <b> - bold  <strong> - strong  <i> - italic  <em> - emphasized  <small> - small  <mark> - marked  <del> - deleted  <sub> - subscript  <sup> - superscript 9 By: Seshu Puvvada
  • 10. HTML Style  What is Style  Inline styling  <p style="color:red">This is a paragraph.</p>  Internal styling - Using Style tag  <style> p { color: red; } </style>  External Style sheet  mystyle.css  Basic styling properties  background-color, color, font-size, font-family, text-align, border, padding, margin etc… 10 By: Seshu Puvvada
  • 11. CSS Selectors  Id selector  #tagid{ css properties }  Element selector  h1{ css properties }  Class selector  .myheader{ css properties } 11 By: Seshu Puvvada
  • 12. Block Vs Inline  Block elements  Container elements for grouping  May contain other block or inline elements  New lines appear  Can have width and height, it takes whole page width  Div, h1, p, form etc…  Inline elements  Container for text and other inline elements  No new line before or after  Has no width and height  span, a, img etc.. 12 By: Seshu Puvvada
  • 13. CSS Box Model 13 By: Seshu Puvvada
  • 14. HTML Links  Anchor Element  <a href="http://www.syntelinc.com">Welcome to syntel</a>  What is target -- _self and _blank  <a href="http://www.syntelinc.com" target="_blank">Welcome to syntel</a>  Image with link  <a href="http://www.syntelinc.com" target="_blank“> <img src="welcome.jpg" /> </a>  Bookmarking Section  <a href="#Zaheer">Zaheer Khan Open to Bowling Coach Role in Indian Team </a> 14 By: Seshu Puvvada
  • 15. HTML List  Unordered list  <ul> <li>item name</li> </ul>  list-style-type:square, circle, disc  Ordered list  <ol> <li>item name</li> </ol>  type = “1”, A, a, I, i  List item 15 By: Seshu Puvvada
  • 16. HTML Input elements •<input type="text" name="username"> Text •<input type="password" name="psw"> Password •<input type="submit" value="Submit"> Submit •<input type="radio" name=“accept" value=“yes" checked> Radio •<input type="checkbox" name=“country" value=“India"> Checkbox 16 By: Seshu Puvvada