SlideShare a Scribd company logo
HTMLHYPERTEXT MARKUP LANGUAGE
course360
INTRODUCTION
• HTML stands for HYPERTEXT MARKUP
LANGUAGE.
• First Developed by Tim-Berners-Lee.
• It is used for develop static web pages.
• It is use to create documents on the
World Wide Web.
VERSIONS OF HTML
• HTML 1.0 1993
• HTML 2.0 1995
• HTML 3.2 1997
• HTML 4.0 1997
• HTML 4.01 1998
• XHTML 2000
• HTML 5.0 2014
WHAT’S NEW IN HTML5?
• HTML 5 Recognizes the structure of
webpages just like books and documents.
• Web pages have navigation, body content,
sidebar content, headers, footers.
• HTML 5 has tags to support those elements
of the page.
USES OF HTML
• To create a websites.
• To arrange graphics on webpage.
• To link different pages within pages
• To embedded hyperlinks in webpage.
HTML EDITORS
• Web pages can be edited and modified
by Notepad.
• Notepad++.
• Visual studio code.
• Sublime.
HTML TAGS
• HTML tags are like keywords which
defines that how web browser will
format and display the content.
• HTML contain 3 parts
• Opening tag(<)
• Content
• Closing tag(/>)
• HTML Tags normally comes in
pairs like <html>and</html>
• Starting tag<html>
• Ending tag</html>
HTML SYNTAX
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
• <!DOCTYPE html>  Represents HTML 5
• <html>  Root Tag
• <head> Represents head section of the
HTML document.
• <title>  Describes Title of the webpage
• <body>  Describes body of the web page

More Related Content

PPTX
INFT132 093 05 Cascading Style Sheets
PPTX
Html Introduction part 1
PPTX
Know about HTML 5
PPTX
Group 3 information architecture
PDF
Best Practices for Building Sites in dotCMS
PPSX
Steph's Html5 and css presentation
PPTX
Integrating DTDs into DITA CMS
INFT132 093 05 Cascading Style Sheets
Html Introduction part 1
Know about HTML 5
Group 3 information architecture
Best Practices for Building Sites in dotCMS
Steph's Html5 and css presentation
Integrating DTDs into DITA CMS

Similar to Introduction to HTML (20)

PDF
HTML stands for HyperText Markup Language. It is used to design web pages usi...
PPTX
Module-1-1 Hypertext markup Language .pptx
PPTX
HTML.pptx
PPTX
HTML basic tags and description PPT slides
PPTX
HTML Hypertext Markup Language Basic.pptx
PPTX
Hypertext markup language (html)
PPTX
HTML | Computer Science
PPTX
INTRODUCTION TO HTML.pptx
PPT
Web 130
PPTX
html -Hyper Text Markup Languagejjjjjjjjjjjjjjjjjjjjjjjjj
PPTX
Lecture-1.pptx
PPTX
Complete HTML5 Training in Urdu/Hindi
PPTX
HTML.pptx
PPTX
HTML INTRO.pptx
PPTX
uptu web technology unit 2 html
PPTX
HTML Intro
PPTX
Basic HTML
PPTX
fc91e379c0d4bf95c9ed4a0ba32f6e7a (1).pptx
HTML stands for HyperText Markup Language. It is used to design web pages usi...
Module-1-1 Hypertext markup Language .pptx
HTML.pptx
HTML basic tags and description PPT slides
HTML Hypertext Markup Language Basic.pptx
Hypertext markup language (html)
HTML | Computer Science
INTRODUCTION TO HTML.pptx
Web 130
html -Hyper Text Markup Languagejjjjjjjjjjjjjjjjjjjjjjjjj
Lecture-1.pptx
Complete HTML5 Training in Urdu/Hindi
HTML.pptx
HTML INTRO.pptx
uptu web technology unit 2 html
HTML Intro
Basic HTML
fc91e379c0d4bf95c9ed4a0ba32f6e7a (1).pptx
Ad

Recently uploaded (20)

PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
IGGE1 Understanding the Self1234567891011
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PDF
A systematic review of self-coping strategies used by university students to ...
PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
PDF
Empowerment Technology for Senior High School Guide
PPTX
Unit 4 Skeletal System.ppt.pptxopresentatiom
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PPTX
History, Philosophy and sociology of education (1).pptx
PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
What if we spent less time fighting change, and more time building what’s rig...
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
advance database management system book.pdf
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
IGGE1 Understanding the Self1234567891011
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
A systematic review of self-coping strategies used by university students to ...
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
Empowerment Technology for Senior High School Guide
Unit 4 Skeletal System.ppt.pptxopresentatiom
Paper A Mock Exam 9_ Attempt review.pdf.
History, Philosophy and sociology of education (1).pptx
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
Chinmaya Tiranga quiz Grand Finale.pdf
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
A powerpoint presentation on the Revised K-10 Science Shaping Paper
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
LDMMIA Reiki Yoga Finals Review Spring Summer
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
Weekly quiz Compilation Jan -July 25.pdf
What if we spent less time fighting change, and more time building what’s rig...
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
advance database management system book.pdf
Ad

Introduction to HTML

  • 2. INTRODUCTION • HTML stands for HYPERTEXT MARKUP LANGUAGE. • First Developed by Tim-Berners-Lee. • It is used for develop static web pages. • It is use to create documents on the World Wide Web.
  • 3. VERSIONS OF HTML • HTML 1.0 1993 • HTML 2.0 1995 • HTML 3.2 1997 • HTML 4.0 1997 • HTML 4.01 1998 • XHTML 2000 • HTML 5.0 2014
  • 4. WHAT’S NEW IN HTML5? • HTML 5 Recognizes the structure of webpages just like books and documents. • Web pages have navigation, body content, sidebar content, headers, footers. • HTML 5 has tags to support those elements of the page.
  • 5. USES OF HTML • To create a websites. • To arrange graphics on webpage. • To link different pages within pages • To embedded hyperlinks in webpage.
  • 6. HTML EDITORS • Web pages can be edited and modified by Notepad. • Notepad++. • Visual studio code. • Sublime.
  • 7. HTML TAGS • HTML tags are like keywords which defines that how web browser will format and display the content. • HTML contain 3 parts • Opening tag(<) • Content • Closing tag(/>)
  • 8. • HTML Tags normally comes in pairs like <html>and</html> • Starting tag<html> • Ending tag</html>
  • 10. • <!DOCTYPE html>  Represents HTML 5 • <html>  Root Tag • <head> Represents head section of the HTML document. • <title>  Describes Title of the webpage • <body>  Describes body of the web page