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
Gurpreet singh
Ā 
PDF
Introduction to HTML, CSS, and Javascript
Agustinus Theodorus
Ā 
PPTX
CSC103 Web Technologies: HTML, CSS, JS
Richard Homa
Ā 
PPT
JavaScript - Part-1
Jainul Musani
Ā 
PPTX
Web Development Basics: HOW TO in HTML
Der Lo
Ā 
PPTX
Javascript
Mozxai
Ā 
PPT
JavaScript Introduction
Jainul Musani
Ā 
PPT
JavaScript Missing Manual, Ch. 1
Gene Babon
Ā 
Introduction to Jquery
Gurpreet singh
Ā 
Introduction to HTML, CSS, and Javascript
Agustinus Theodorus
Ā 
CSC103 Web Technologies: HTML, CSS, JS
Richard Homa
Ā 
JavaScript - Part-1
Jainul Musani
Ā 
Web Development Basics: HOW TO in HTML
Der Lo
Ā 
Javascript
Mozxai
Ā 
JavaScript Introduction
Jainul Musani
Ā 
JavaScript Missing Manual, Ch. 1
Gene Babon
Ā 

What's hot (20)

PPT
HTML Introduction
Jainul Musani
Ā 
PPTX
Java script
rajshreemuthiah
Ā 
PPTX
Web Development
Harshdeep Singh
Ā 
PPT
Web development basics (Part-1)
Rajat Pratap Singh
Ā 
PDF
Html / CSS Presentation
Shawn Calvert
Ā 
PPTX
Java script writing javascript
Jesus Obenita Jr.
Ā 
PDF
Intro to HTML, CSS & JS - Internship Presentation Week-3
Devang Garach
Ā 
PPTX
What's a web page made of?
Charlie Allen
Ā 
PPT
Html & CSS - Best practices 2-hour-workshop
Vero Rebagliatte
Ā 
PPTX
Basic JS
alexisabril
Ā 
PDF
Component-Oriented Web Development with Dart
C4Media
Ā 
PPT
JavaScript & Dom Manipulation
Mohammed Arif
Ā 
PPTX
JavaScript and jQuery Basics
Kaloyan Kosev
Ā 
PDF
Suggest.js
Mohd Saeed
Ā 
PDF
Web Components - The Future is Here
Gil Fink
Ā 
PDF
HTML CSS Best Practices
hoctudau
Ā 
PPTX
JS basics
Mohd Saeed
Ā 
PPTX
Introduction to HTML and CSS
danpaquette
Ā 
PDF
ActiveDOM
Felix Geisendƶrfer
Ā 
PDF
JavaScript and BOM events
Jussi Pohjolainen
Ā 
HTML Introduction
Jainul Musani
Ā 
Java script
rajshreemuthiah
Ā 
Web Development
Harshdeep Singh
Ā 
Web development basics (Part-1)
Rajat Pratap Singh
Ā 
Html / CSS Presentation
Shawn Calvert
Ā 
Java script writing javascript
Jesus Obenita Jr.
Ā 
Intro to HTML, CSS & JS - Internship Presentation Week-3
Devang Garach
Ā 
What's a web page made of?
Charlie Allen
Ā 
Html & CSS - Best practices 2-hour-workshop
Vero Rebagliatte
Ā 
Basic JS
alexisabril
Ā 
Component-Oriented Web Development with Dart
C4Media
Ā 
JavaScript & Dom Manipulation
Mohammed Arif
Ā 
JavaScript and jQuery Basics
Kaloyan Kosev
Ā 
Suggest.js
Mohd Saeed
Ā 
Web Components - The Future is Here
Gil Fink
Ā 
HTML CSS Best Practices
hoctudau
Ā 
JS basics
Mohd Saeed
Ā 
Introduction to HTML and CSS
danpaquette
Ā 
JavaScript and BOM events
Jussi Pohjolainen
Ā 
Ad

Viewers also liked (10)

PDF
SOLIDWORKS 2016 Enterprise PDM
DPS Software Sp. z o.o.
Ā 
PPTX
S e r_v_i_c_i_o_w_e_b_2.0
carlosedustorms
Ā 
PDF
sulfuric_acid process
Tarik Bakeli
Ā 
PDF
15 august.2016
Md Islam
Ā 
PDF
Overview of Enforced Disappearance in Thailand
Meawgyver Narak
Ā 
PPT
Mutual fund
Rahul Chawla
Ā 
DOCX
July 2016 Resume (DS)
George Pisaruk
Ā 
PPTX
Filipino 8 Alamat ng Durian
Juan Miguel Palero
Ā 
PPT
Maikling Kwento
Mirasol Rocha
Ā 
PDF
Alamat ng langka
Mi L
Ā 
SOLIDWORKS 2016 Enterprise PDM
DPS Software Sp. z o.o.
Ā 
S e r_v_i_c_i_o_w_e_b_2.0
carlosedustorms
Ā 
sulfuric_acid process
Tarik Bakeli
Ā 
15 august.2016
Md Islam
Ā 
Overview of Enforced Disappearance in Thailand
Meawgyver Narak
Ā 
Mutual fund
Rahul Chawla
Ā 
July 2016 Resume (DS)
George Pisaruk
Ā 
Filipino 8 Alamat ng Durian
Juan Miguel Palero
Ā 
Maikling Kwento
Mirasol Rocha
Ā 
Alamat ng langka
Mi L
Ā 
Ad

Similar to Introduction to html & css (20)

PDF
Introduction to HTML and CSS
Mario Hernandez
Ā 
PPT
New Css style
BUDNET
Ā 
PPT
Css
zayhard99
Ā 
PPTX
What is CSS.pptx power point presentation
Coderkids
Ā 
PDF
GDI Seattle Intermediate HTML and CSS Class 1
Heather Rock
Ā 
PPTX
HTML - hypertext markup language
Basmaa Mostafa
Ā 
PDF
Fecrash10:3:17 sd
Thinkful
Ā 
PDF
Fecc cg-cb-11.14.17
Thinkful
Ā 
PPTX
web development presentation computer science
girijasharma7777
Ā 
PPTX
Introduction to Html5, css, Javascript and Jquery
valuebound
Ā 
PPTX
Teched Inetrgation ppt and lering in simple
JagadishBabuParri
Ā 
PPT
Unit 2-CSS & Bootstrap.ppt
TusharTikia
Ā 
PDF
Webpage style with CSS
Hemant Patidar
Ā 
PDF
Introduction to HTML5 and CSS3
Nivedhitha Venugopal
Ā 
PDF
Html and html5 cheat sheets
Zafer Galip Ozberk
Ā 
PDF
Day1-HTML-CSS some basic css and html.pdf
enasashri12
Ā 
PDF
Fecc 12517-sd
Thinkful
Ā 
PPT
Css
Sumit Gupta
Ā 
DOCX
Styles.docx
suryanarayana272799
Ā 
DOCX
Styles.docx
suryanarayana272799
Ā 
Introduction to HTML and CSS
Mario Hernandez
Ā 
New Css style
BUDNET
Ā 
Css
zayhard99
Ā 
What is CSS.pptx power point presentation
Coderkids
Ā 
GDI Seattle Intermediate HTML and CSS Class 1
Heather Rock
Ā 
HTML - hypertext markup language
Basmaa Mostafa
Ā 
Fecrash10:3:17 sd
Thinkful
Ā 
Fecc cg-cb-11.14.17
Thinkful
Ā 
web development presentation computer science
girijasharma7777
Ā 
Introduction to Html5, css, Javascript and Jquery
valuebound
Ā 
Teched Inetrgation ppt and lering in simple
JagadishBabuParri
Ā 
Unit 2-CSS & Bootstrap.ppt
TusharTikia
Ā 
Webpage style with CSS
Hemant Patidar
Ā 
Introduction to HTML5 and CSS3
Nivedhitha Venugopal
Ā 
Html and html5 cheat sheets
Zafer Galip Ozberk
Ā 
Day1-HTML-CSS some basic css and html.pdf
enasashri12
Ā 
Fecc 12517-sd
Thinkful
Ā 
Styles.docx
suryanarayana272799
Ā 
Styles.docx
suryanarayana272799
Ā 

Recently uploaded (20)

PDF
This slide provides an overview Technology
mineshkharadi333
Ā 
PPT
Coupa-Kickoff-Meeting-Template presentai
annapureddyn
Ā 
PPTX
Smart Infrastructure and Automation through IoT Sensors
Rejig Digital
Ā 
PDF
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
Ā 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
Ā 
PDF
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
Ā 
PDF
Software Development Methodologies in 2025
KodekX
Ā 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
Ā 
PDF
CIFDAQ'S Market Insight: BTC to ETH money in motion
CIFDAQ
Ā 
PDF
Advances in Ultra High Voltage (UHV) Transmission and Distribution Systems.pdf
Nabajyoti Banik
Ā 
PPTX
Comunidade Salesforce SĆ£o Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira JĆŗnior
Ā 
PDF
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
Ā 
PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
Ā 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
Ā 
PDF
Why Your AI & Cybersecurity Hiring Still Misses the Mark in 2025
Virtual Employee Pvt. Ltd.
Ā 
PDF
Revolutionize Operations with Intelligent IoT Monitoring and Control
Rejig Digital
Ā 
PDF
DevOps & Developer Experience Summer BBQ
AUGNYC
Ā 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
Ā 
PPT
L2 Rules of Netiquette in Empowerment technology
Archibal2
Ā 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
Ā 
This slide provides an overview Technology
mineshkharadi333
Ā 
Coupa-Kickoff-Meeting-Template presentai
annapureddyn
Ā 
Smart Infrastructure and Automation through IoT Sensors
Rejig Digital
Ā 
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
Ā 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
Ā 
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
Ā 
Software Development Methodologies in 2025
KodekX
Ā 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
Ā 
CIFDAQ'S Market Insight: BTC to ETH money in motion
CIFDAQ
Ā 
Advances in Ultra High Voltage (UHV) Transmission and Distribution Systems.pdf
Nabajyoti Banik
Ā 
Comunidade Salesforce SĆ£o Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira JĆŗnior
Ā 
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
Ā 
cloud computing vai.pptx for the project
vaibhavdobariyal79
Ā 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
Ā 
Why Your AI & Cybersecurity Hiring Still Misses the Mark in 2025
Virtual Employee Pvt. Ltd.
Ā 
Revolutionize Operations with Intelligent IoT Monitoring and Control
Rejig Digital
Ā 
DevOps & Developer Experience Summer BBQ
AUGNYC
Ā 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
Ā 
L2 Rules of Netiquette in Empowerment technology
Archibal2
Ā 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
Ā 

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