SlideShare a Scribd company logo
HTML & HTML5
It’s time to upgrade skills
HTML History
HTML first version came in the market in 1990 because of Tem-Berner’s lee
efforts.
HTML stands for Hypertext Markup Language.
It was started with version 1.0 in the year 1990 and now we are using HTML5
which was released in the year 2014.
Html is not the programming language but it is a markup language which
understands all the browser and used for front end design .
Every browser understands html.
Hope we will see new upgrade in the html version but still most of the features of
HTML5 are in draft .
DOCTYPE
A Doctype is a SGML document type declaration. We keep this to parse the
document correctly.
There were three different types of doctype in the html .
1. Strict Doctype
2. Transitional Doctype
3. Frameset Doctype
So when we start the html markup we have to declare the document type
whether it is of which type in above three types.
But in HTML5 we need not to mention the type of the document in the head
DOCTYPE HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<!DOCTYPE HTML>
Character Encoding
Once we declare the document type then we need to declare the character set in
the head section of the html .
ASCII was the first character encoding which defined 128 alpha numeric
characters.
When we write the html code we will use any type of characters that will support
by ASCII.
Some of the special characters codes which are called HTML entity codes likes
&raquo, &laquo, &amp, &copy etc.
Global Structure HTML 4.0 Document
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<h1> welcome to the web page</h1>
</body>
</html>
Global Structure HTML 5 Document
<!DOCTYPE HTML">
<html>
<head>
<meta charset=UTF-8">
<title>Welcome to the session HTML</title>
</head>
<body>
<h1> welcome to the webpage</h1>
</body>
</html>
What is HTML5 ?
● Html 5 is the latest and most enhanced version of html .
● Html5 is the combination of xhtml and html4.
● Html5 has new API
● Html5 has new Semantic Elements or we can call structural
elements.
● Html5 has new form elements.
● Html5 has new form attributes.
● Html5 has new graphic elements.
HTML5 New Structural or Semantic Elements
Semantic we call because it clearly represent the particular section in the webpage.
Non semantic which never express any meaning like span tag.
<header>, <nav>, <section>, <article>, <figure>, <figcaption> <aside>, <footer> .
It supports all the modern browsers.
Unrecognized elements in older browsers treat as inline element so we should
teach to the older browsers to treat as block level element.
To work perfectly the Html5 elements you can include the javscript file reference of
HTMLSHIV in head section.
HTML5 New Form Input Types and Attributes
Now we have good input elements in the Html5 version and those really reduce the
burden on designers and developers.
All Modern browsers are supporting the input types .
Color, range, number, search, date, month, tel, progress, url etc.
Attributes:
Autocomplet, autofocus, required, formmethod, formenctype, min, max,
multiple,placeholder, readonly etc.
There are lot many attributes and input types are there but i list down some
popular in Html.
HTML5 New Graphic & Multimedia Elements
Now we have audio and video elements in the Html5.
There are graphic elements as well like canvas, SVG.
Html5 is supporting the google maps as well for displaying the map into the
webpage with the help of refernce script which is located into the google. We just
need to creat the object and we have to pass the keys and values of map options.
Before the video tag people were using the reference of youtube and anyother social
video websites to display the video into the webpage.
But now we can directly implement using simple properties in the elements like src
of the file, type, autoplay etc.
It’s time to create web page any questions?

More Related Content

What's hot (18)

PDF
Html tutorials-infotech aus
Nilesh Pujara
 
PPTX
Delhi student's day
Ankur Mishra
 
PPTX
What is html
Thotapallisanjana
 
PPTX
PHP Training in Chandigarh
Webcom Incorp
 
PPTX
What is html
EVA Mokwena
 
PPTX
What is html and how it uses/
abhishek9260
 
PPT
HTML
Rahul Jain
 
PPTX
Complete HTML5 Training in Urdu/Hindi
Online IT Video Courses
 
PPTX
HTML- Hyper Text Markup Language
Trinity Dwarka
 
PPTX
Chapter 2 introduction to html5
nobel mujuji
 
PPTX
Html 5 Features And Benefits
Software Engineering
 
PPT
Dynamic html (#1)
Haider Habeeb
 
PPTX
Html lecture1
MuhammadFarooque11
 
PPTX
The Difference between HTML, XHTML & HTML5 for Beginners
Rasin Bekkevold
 
PPTX
HTML - 5 - Introduction
Aayushi Chhabra
 
PPT
Web design
Max Friel
 
PPTX
HTML 5: Syntax
Reema
 
Html tutorials-infotech aus
Nilesh Pujara
 
Delhi student's day
Ankur Mishra
 
What is html
Thotapallisanjana
 
PHP Training in Chandigarh
Webcom Incorp
 
What is html
EVA Mokwena
 
What is html and how it uses/
abhishek9260
 
Complete HTML5 Training in Urdu/Hindi
Online IT Video Courses
 
HTML- Hyper Text Markup Language
Trinity Dwarka
 
Chapter 2 introduction to html5
nobel mujuji
 
Html 5 Features And Benefits
Software Engineering
 
Dynamic html (#1)
Haider Habeeb
 
Html lecture1
MuhammadFarooque11
 
The Difference between HTML, XHTML & HTML5 for Beginners
Rasin Bekkevold
 
HTML - 5 - Introduction
Aayushi Chhabra
 
Web design
Max Friel
 
HTML 5: Syntax
Reema
 

Similar to Learn HTML and HTML5 (20)

PPT
1._Introduction_to_HTML5 les fonction et les balises
aziztara99
 
PPT
1._Introduction_to_HTML5 Web Designing.ppt
Divya573916
 
PPT
1._Introduction_tyytggyyyyy666o_HTML5.ppt
meganath16032003
 
PPT
1._Introduction_to_HTML5 powerpoint presentation
JohnLagman3
 
PPT
HTML_new_one is a ppt in markup language
ervishalgour
 
PPT
Introduction to html55
subrat55
 
PPT
Introduction to html5
Manav Prasad
 
PPT
1. Introduction to HTML5.ppt
JyothiAmpally
 
PPT
1._Introduction_to_HTML5[1].MCA MODULE 1 NOTES
Sony235240
 
PPT
Introduction to HTML5
IT Geeks
 
PPT
1. introduction to html5
JayjZens
 
PPTX
Html 5
manujayarajkm
 
PPT
Html5 tags
Tahira Sadaf
 
PDF
html5 _ Fundamentals a Basic Concepts of Understanding HTML.pdf
HusnianIlyas
 
PPT
HTML5_3.ppt
NEILMANOJC1
 
PPT
HTML 5 Complete Reference
EPAM Systems
 
PPTX
Html5
Shiva RamDam
 
PPT
Html5
Fraboni Ec
 
PPT
Html5
Harry Potter
 
PPT
Html5
James Wong
 
1._Introduction_to_HTML5 les fonction et les balises
aziztara99
 
1._Introduction_to_HTML5 Web Designing.ppt
Divya573916
 
1._Introduction_tyytggyyyyy666o_HTML5.ppt
meganath16032003
 
1._Introduction_to_HTML5 powerpoint presentation
JohnLagman3
 
HTML_new_one is a ppt in markup language
ervishalgour
 
Introduction to html55
subrat55
 
Introduction to html5
Manav Prasad
 
1. Introduction to HTML5.ppt
JyothiAmpally
 
1._Introduction_to_HTML5[1].MCA MODULE 1 NOTES
Sony235240
 
Introduction to HTML5
IT Geeks
 
1. introduction to html5
JayjZens
 
Html5 tags
Tahira Sadaf
 
html5 _ Fundamentals a Basic Concepts of Understanding HTML.pdf
HusnianIlyas
 
HTML5_3.ppt
NEILMANOJC1
 
HTML 5 Complete Reference
EPAM Systems
 
Html5
Shiva RamDam
 
Html5
Fraboni Ec
 
Html5
James Wong
 
Ad

Recently uploaded (20)

PDF
tdtr.pdfjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
JuanCParedes
 
PDF
AI Intervention in Design & Content Creation
YellowSlice1
 
PPTX
Urban design is a huge concept when it comes to planning.
IshikaPanchal11
 
PPTX
811109685-CS3401-Algorithms-Unit-IV.pptx
archu26
 
PPTX
Pink and Blue Simple Powerpoint Template.pptx
jeremyfdc22
 
PDF
Black and Blue Modern Technology Presentation.pdf
hjaders1104
 
PDF
The Role of Logos as Identity Shapers (IFIC Logo)
Md. Mehedi Hasan Asif
 
PPTX
Bldg Mtc 8 Maintance documentation and audits - 25 (2).pptx
MwanamomoMpamba
 
PPTX
feminist gnsudnshxujenduxhsixisjxuu.pptx
rowvinafujimoto
 
PDF
Presentation of design made by power point
habibikuw002
 
PDF
CRAC- Adobe Photoshop CC 2016 (32 64Bit) Crack
utfefguu
 
PPTX
EDC_UNIT _I FINAL (1).pptx dhud and w ah yes
TEAKADAITROLLS
 
PPTX
Exploring Types of Rocks Educational Presentation rock forming james harold r...
jamescarllfelomino6
 
DOCX
CERT HERNANDEZ CHURCH PHILIPPIBNES .docx
michael patino
 
PPTX
Graphic_Design_Pjjjjjjjjjjjjjjjresentation.pptx
kumarsahil80682
 
PPTX
hall ppt 1 it for basic tamolet .pptx
ashishbehera64
 
PDF
Plastic Foam as eco-friendly product in interiors
Disha Agrawal
 
PPTX
sistem teknologi yang di desain untuk mahasiswa dan dosen agar memudahkan mer...
gamesonlya2rj
 
DOCX
Redefining Master Plans for creating sustainable cities-Jharkhand Conference...
JIT KUMAR GUPTA
 
PPTX
Drjjdhdhhdjsjsjshshshhshshslecture 28.pptxfg
noorqaq25
 
tdtr.pdfjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
JuanCParedes
 
AI Intervention in Design & Content Creation
YellowSlice1
 
Urban design is a huge concept when it comes to planning.
IshikaPanchal11
 
811109685-CS3401-Algorithms-Unit-IV.pptx
archu26
 
Pink and Blue Simple Powerpoint Template.pptx
jeremyfdc22
 
Black and Blue Modern Technology Presentation.pdf
hjaders1104
 
The Role of Logos as Identity Shapers (IFIC Logo)
Md. Mehedi Hasan Asif
 
Bldg Mtc 8 Maintance documentation and audits - 25 (2).pptx
MwanamomoMpamba
 
feminist gnsudnshxujenduxhsixisjxuu.pptx
rowvinafujimoto
 
Presentation of design made by power point
habibikuw002
 
CRAC- Adobe Photoshop CC 2016 (32 64Bit) Crack
utfefguu
 
EDC_UNIT _I FINAL (1).pptx dhud and w ah yes
TEAKADAITROLLS
 
Exploring Types of Rocks Educational Presentation rock forming james harold r...
jamescarllfelomino6
 
CERT HERNANDEZ CHURCH PHILIPPIBNES .docx
michael patino
 
Graphic_Design_Pjjjjjjjjjjjjjjjresentation.pptx
kumarsahil80682
 
hall ppt 1 it for basic tamolet .pptx
ashishbehera64
 
Plastic Foam as eco-friendly product in interiors
Disha Agrawal
 
sistem teknologi yang di desain untuk mahasiswa dan dosen agar memudahkan mer...
gamesonlya2rj
 
Redefining Master Plans for creating sustainable cities-Jharkhand Conference...
JIT KUMAR GUPTA
 
Drjjdhdhhdjsjsjshshshhshshslecture 28.pptxfg
noorqaq25
 
Ad

Learn HTML and HTML5

  • 1. HTML & HTML5 It’s time to upgrade skills
  • 2. HTML History HTML first version came in the market in 1990 because of Tem-Berner’s lee efforts. HTML stands for Hypertext Markup Language. It was started with version 1.0 in the year 1990 and now we are using HTML5 which was released in the year 2014. Html is not the programming language but it is a markup language which understands all the browser and used for front end design . Every browser understands html. Hope we will see new upgrade in the html version but still most of the features of HTML5 are in draft .
  • 3. DOCTYPE A Doctype is a SGML document type declaration. We keep this to parse the document correctly. There were three different types of doctype in the html . 1. Strict Doctype 2. Transitional Doctype 3. Frameset Doctype So when we start the html markup we have to declare the document type whether it is of which type in above three types. But in HTML5 we need not to mention the type of the document in the head
  • 4. DOCTYPE HTML <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">; <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!DOCTYPE HTML>
  • 5. Character Encoding Once we declare the document type then we need to declare the character set in the head section of the html . ASCII was the first character encoding which defined 128 alpha numeric characters. When we write the html code we will use any type of characters that will support by ASCII. Some of the special characters codes which are called HTML entity codes likes &raquo, &laquo, &amp, &copy etc.
  • 6. Global Structure HTML 4.0 Document <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <h1> welcome to the web page</h1> </body> </html>
  • 7. Global Structure HTML 5 Document <!DOCTYPE HTML"> <html> <head> <meta charset=UTF-8"> <title>Welcome to the session HTML</title> </head> <body> <h1> welcome to the webpage</h1> </body> </html>
  • 8. What is HTML5 ? ● Html 5 is the latest and most enhanced version of html . ● Html5 is the combination of xhtml and html4. ● Html5 has new API ● Html5 has new Semantic Elements or we can call structural elements. ● Html5 has new form elements. ● Html5 has new form attributes. ● Html5 has new graphic elements.
  • 9. HTML5 New Structural or Semantic Elements Semantic we call because it clearly represent the particular section in the webpage. Non semantic which never express any meaning like span tag. <header>, <nav>, <section>, <article>, <figure>, <figcaption> <aside>, <footer> . It supports all the modern browsers. Unrecognized elements in older browsers treat as inline element so we should teach to the older browsers to treat as block level element. To work perfectly the Html5 elements you can include the javscript file reference of HTMLSHIV in head section.
  • 10. HTML5 New Form Input Types and Attributes Now we have good input elements in the Html5 version and those really reduce the burden on designers and developers. All Modern browsers are supporting the input types . Color, range, number, search, date, month, tel, progress, url etc. Attributes: Autocomplet, autofocus, required, formmethod, formenctype, min, max, multiple,placeholder, readonly etc. There are lot many attributes and input types are there but i list down some popular in Html.
  • 11. HTML5 New Graphic & Multimedia Elements Now we have audio and video elements in the Html5. There are graphic elements as well like canvas, SVG. Html5 is supporting the google maps as well for displaying the map into the webpage with the help of refernce script which is located into the google. We just need to creat the object and we have to pass the keys and values of map options. Before the video tag people were using the reference of youtube and anyother social video websites to display the video into the webpage. But now we can directly implement using simple properties in the elements like src of the file, type, autoplay etc.
  • 12. It’s time to create web page any questions?