• With HTML you can create your own Web site.
• HTML stands for Hyper Text Markup Language.
• HTML is not a programming language, it is a Markup
Language.
• A markup language is a set of markup tags.
• HTML uses markup tags to describe web pages.
• HTML is not case sensitive language.
• HTML documents contain HTML tags and plain text.
PiyushIT
 HTML Was developed in 1992
 HTML 2.0 is introduced in 1994
 HTML 3.0 was developed in 1995
 HTML 3.2 was completed by 1997
 HTML 4 was developed in the year 1998
 HTML5 was first started by Mozilla, Apple, and Opera
under a group called the WHATWG(Web Hypertext
Application Technology Working Group). In 2006 W3C
(World Wide Web Consortium) showed an interest in
HTML5 and in 2007 they created a working group to
work in HTML5 project. HTML5 is still under
development.
PiyushIT
• Write html code in notepad.
• Save the file with (.Html)/(.Htm) extension.
• View the page in any web browser viz. INTERNET
EXPLORER, NETSCAPE ,Google Chrome etc.
• The purpose of a web browser (like internet
explorer or Firefox) is to read html documents and
display them as web pages.
PiyushIT
 An HTML file must have an .htm or .html file
extension
 HTML files can be created with text editors:
 NotePad, NotePad ++ etc
 Or HTML editors:
 Microsoft FrontPage
 Macromedia Dreamweaver
 Netscape Composer
 Expression Web
PiyushIT
Header
Navigation
Aside
Footer
Section
Article
Footer
Article
Footer
Article
Footer
Figure
Image, Video, Quote, Table,
etc…
Legend
PiyushIT
Header
Body
< / HTML>
< HTML >
PiyushIT
• <HTML> - Describe HTML web page that is
to be viewed by a web browser.
• <HEAD> - This defines the header section
of the page.
• <TITLE> - This shows a caption in the title
bar of the page.
• <BODY> - This tag show contents of the
web page will be displayed.
PiyushIT
<html>
<head>
<title> The title of your html page </title>
</head>
<body>
<! - - your web page content and markup - ->
</body>
</html>
PiyushIT
<html>
<head>
<title>My First HTML Page</title>
</head>
<body>
<p>This is some text...</p>
</body>
</html>
Opening
tag
Closing
tag
PiyushIT
<html>
<head>
<title>My First HTML Page</title>
</head>
<body>
<p>This is some text...</p>
</body>
</html>
HTML
header
PiyushIT
<html>
<head>
<title>My First HTML Page</title>
</head>
<body>
<p>This is some text...</p>
</body>
</html>
HTML
body
PiyushIT
 Hyperlink Tags
 Image Tags
 Text formatting tags
<a href="url">Link text</a>
<img src="logo.gif" alt="logo" />
<strong>Bold</strong> and <em>italic</em> text
PiyushIT
<video src="movie.ogg" controls="controls"></video>
<audio src=" song.ogg " controls="controls"></audio>
PiyushIT
<!DOCTYPE HTML>
<html>
<head>
<title>Simple Tags Demo</title>
</head>
<body>
<a href="http://www.tricksbypk.blogspot.com/"
title=
“My Blog">Visit link.</a>
<br />
<img src="logo.gif" alt="logo" />
<br />
<strong>Bold</strong> and <em>italic</em> text.
</body>
</html>
PiyushIT
Heading Element:->
• There are six heading elements
(<H1>,<H2>,<H3>,<H4>, <H5>,<H6>).
• All the six heading elements are container
tag and requires a closing tag.
• <h1> will print the largest heading
• <h6> will print the smallest heading
PiyushIT
<html>
<head><title>heading</title></head>
<body>
<h1> GLOBAL INFO CHANNEL</h1>
<h2> GLOBAL INFO CHANNEL</h2>
<h3> GLOBAL INFO CHANNEL</h3>
<h4> GLOBAL INFO CHANNEL</h4>
<h5> GLOBAL INFO CHANNEL</h5>
<h6> GLOBAL INFO CHANNEL</h6>
</body>
</html>
PiyushIT
PiyushIT
• HTML documents are divided into paragraphs.
• Paragraphs are defined with the <p> tag i.e.
<p>This is a paragraph</p>
<p>This is another paragraph</p>
PiyushIT
• if you want a line break or a new line without starting a new
paragraph Use the <br> tag.
• Defines a horizontal line use <hr>tag.
• <br> <hr> element are empty HTML element i.e. Global
Information Channel<hr>
Global Information <br> Channel
PiyushIT
 HTML 5 is the next version of Hyper
Text Markup Language(HTML4)
 It is developing by World Wide Web
consortium W3C.
 Defined error handling
PiyushIT
 Video and audio tags
 Header and Footer
 Drag and drop
 Canvas
 Offline Storage
 Geo-Location
PiyushIT
<header> </header>
<foooter></footer>
PiyushIT
Experimental First-Person
Shooter Game 3D Graphics
PiyushIT
HTML4 HTML5
Elements like nav, header
were not present.
It brought new element for
web structure like nav ,
header etc
It was lack of rules of
parsing so it is difficult to
handle error.
Strictly parsing rules
introduced in html5 so
handle the error.
No multimedia supported
without third party
It inbuilt multimedia
element in html5 like Audio
, video , canvas
It was not available It contains attributes like
control menu, spell check
etc.PiyushIT
 YouTube uses HTML5, www.youtube.com/html5
 Only some of the browser only supports HTML5
features currently
 Google Chrome, Mozilla Firefox , opera etc
PiyushIT

More Related Content

PPT
PPTX
HTML Introduction, HTML History, HTML Uses, HTML benifits
PPTX
Introducing HTML
PPTX
Html.ppt
PPT
1. html introduction
PPTX
Html
PPTX
Web Design L1 - Untagling the Web
PPTX
HTML 5 Tutorial
HTML Introduction, HTML History, HTML Uses, HTML benifits
Introducing HTML
Html.ppt
1. html introduction
Html
Web Design L1 - Untagling the Web
HTML 5 Tutorial

What's hot (20)

PPTX
BASICS OF HTML
PPTX
Introduction to HTML
PPTX
Introduction to HTML
PPT
Working with Mediawiki
PPTX
Web1O1 - Intro to HTML/CSS
PPT
Introduction to HTML
PPTX
HTML Start Up - Introduction to HTML
KEY
Class1slides
PDF
PPT
HTML5 CSS3 Basics
PPTX
HTML for absolutely begginers
PPTX
Week 2 html
PPT
Lesson 2: Getting To Know HTML
PDF
Lecture-3: Introduction to html - Basic Structure & Block Building
PPTX
Introducing to html
PPTX
Khoa dang (kay)
PPTX
Html and css presentation
PDF
Slides 2 - HTML
PPTX
Web development basics
PPTX
Artistic Web Applications - Week3 - Part 3
BASICS OF HTML
Introduction to HTML
Introduction to HTML
Working with Mediawiki
Web1O1 - Intro to HTML/CSS
Introduction to HTML
HTML Start Up - Introduction to HTML
Class1slides
HTML5 CSS3 Basics
HTML for absolutely begginers
Week 2 html
Lesson 2: Getting To Know HTML
Lecture-3: Introduction to html - Basic Structure & Block Building
Introducing to html
Khoa dang (kay)
Html and css presentation
Slides 2 - HTML
Web development basics
Artistic Web Applications - Week3 - Part 3
Ad

Similar to Introduction to Html (20)

PPT
PDF
"Innovative Web Design & Development Hub
PPTX
How to learn HTML in 10 Days
PPTX
mst_unit1.pptx
PPTX
html -Hyper Text Markup Languagejjjjjjjjjjjjjjjjjjjjjjjjj
PDF
Let me design
PPTX
HTML (Hyper Text Markup Language)
PDF
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1
PPTX
Html.pptx
PPTX
Web technologies-course 02.pptx
PPT
Introduction to html
PDF
Intro to html revised2
PPT
introdution-to-htmlppt.ppt
PPT
Web Design-III IT.ppt
PPTX
HTML Basics, Web Development Part-1 .pptx
PDF
HTML Basics.pdf
PPTX
uptu web technology unit 2 html
PPTX
An Introduction to HTML
PPTX
introdution-to-html_jayarao27_11_22.pptx
PPTX
introdution to hypertext machine learning language
"Innovative Web Design & Development Hub
How to learn HTML in 10 Days
mst_unit1.pptx
html -Hyper Text Markup Languagejjjjjjjjjjjjjjjjjjjjjjjjj
Let me design
HTML (Hyper Text Markup Language)
Girl Develop It Cincinnati: Intro to HTML/CSS Class 1
Html.pptx
Web technologies-course 02.pptx
Introduction to html
Intro to html revised2
introdution-to-htmlppt.ppt
Web Design-III IT.ppt
HTML Basics, Web Development Part-1 .pptx
HTML Basics.pdf
uptu web technology unit 2 html
An Introduction to HTML
introdution-to-html_jayarao27_11_22.pptx
introdution to hypertext machine learning language
Ad

Recently uploaded (20)

PDF
Advancing precision in air quality forecasting through machine learning integ...
PDF
Dell Pro Micro: Speed customer interactions, patient processing, and learning...
PDF
Auditboard EB SOX Playbook 2023 edition.
PPTX
Microsoft User Copilot Training Slide Deck
PDF
Rapid Prototyping: A lecture on prototyping techniques for interface design
PPTX
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
PPTX
future_of_ai_comprehensive_20250822032121.pptx
DOCX
Basics of Cloud Computing - Cloud Ecosystem
PDF
Transform-Your-Streaming-Platform-with-AI-Driven-Quality-Engineering.pdf
PDF
AI.gov: A Trojan Horse in the Age of Artificial Intelligence
PPTX
Custom Battery Pack Design Considerations for Performance and Safety
PDF
The-Future-of-Automotive-Quality-is-Here-AI-Driven-Engineering.pdf
PDF
Flame analysis and combustion estimation using large language and vision assi...
PDF
Statistics on Ai - sourced from AIPRM.pdf
PDF
NewMind AI Weekly Chronicles – August ’25 Week IV
PDF
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
PDF
CXOs-Are-you-still-doing-manual-DevOps-in-the-age-of-AI.pdf
PDF
sbt 2.0: go big (Scala Days 2025 edition)
PDF
Lung cancer patients survival prediction using outlier detection and optimize...
PDF
Accessing-Finance-in-Jordan-MENA 2024 2025.pdf
Advancing precision in air quality forecasting through machine learning integ...
Dell Pro Micro: Speed customer interactions, patient processing, and learning...
Auditboard EB SOX Playbook 2023 edition.
Microsoft User Copilot Training Slide Deck
Rapid Prototyping: A lecture on prototyping techniques for interface design
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
future_of_ai_comprehensive_20250822032121.pptx
Basics of Cloud Computing - Cloud Ecosystem
Transform-Your-Streaming-Platform-with-AI-Driven-Quality-Engineering.pdf
AI.gov: A Trojan Horse in the Age of Artificial Intelligence
Custom Battery Pack Design Considerations for Performance and Safety
The-Future-of-Automotive-Quality-is-Here-AI-Driven-Engineering.pdf
Flame analysis and combustion estimation using large language and vision assi...
Statistics on Ai - sourced from AIPRM.pdf
NewMind AI Weekly Chronicles – August ’25 Week IV
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
CXOs-Are-you-still-doing-manual-DevOps-in-the-age-of-AI.pdf
sbt 2.0: go big (Scala Days 2025 edition)
Lung cancer patients survival prediction using outlier detection and optimize...
Accessing-Finance-in-Jordan-MENA 2024 2025.pdf

Introduction to Html

  • 1. • With HTML you can create your own Web site. • HTML stands for Hyper Text Markup Language. • HTML is not a programming language, it is a Markup Language. • A markup language is a set of markup tags. • HTML uses markup tags to describe web pages. • HTML is not case sensitive language. • HTML documents contain HTML tags and plain text. PiyushIT
  • 2.  HTML Was developed in 1992  HTML 2.0 is introduced in 1994  HTML 3.0 was developed in 1995  HTML 3.2 was completed by 1997  HTML 4 was developed in the year 1998  HTML5 was first started by Mozilla, Apple, and Opera under a group called the WHATWG(Web Hypertext Application Technology Working Group). In 2006 W3C (World Wide Web Consortium) showed an interest in HTML5 and in 2007 they created a working group to work in HTML5 project. HTML5 is still under development. PiyushIT
  • 3. • Write html code in notepad. • Save the file with (.Html)/(.Htm) extension. • View the page in any web browser viz. INTERNET EXPLORER, NETSCAPE ,Google Chrome etc. • The purpose of a web browser (like internet explorer or Firefox) is to read html documents and display them as web pages. PiyushIT
  • 4.  An HTML file must have an .htm or .html file extension  HTML files can be created with text editors:  NotePad, NotePad ++ etc  Or HTML editors:  Microsoft FrontPage  Macromedia Dreamweaver  Netscape Composer  Expression Web PiyushIT
  • 6. Header Body < / HTML> < HTML > PiyushIT
  • 7. • <HTML> - Describe HTML web page that is to be viewed by a web browser. • <HEAD> - This defines the header section of the page. • <TITLE> - This shows a caption in the title bar of the page. • <BODY> - This tag show contents of the web page will be displayed. PiyushIT
  • 8. <html> <head> <title> The title of your html page </title> </head> <body> <! - - your web page content and markup - -> </body> </html> PiyushIT
  • 9. <html> <head> <title>My First HTML Page</title> </head> <body> <p>This is some text...</p> </body> </html> Opening tag Closing tag PiyushIT
  • 10. <html> <head> <title>My First HTML Page</title> </head> <body> <p>This is some text...</p> </body> </html> HTML header PiyushIT
  • 11. <html> <head> <title>My First HTML Page</title> </head> <body> <p>This is some text...</p> </body> </html> HTML body PiyushIT
  • 12.  Hyperlink Tags  Image Tags  Text formatting tags <a href="url">Link text</a> <img src="logo.gif" alt="logo" /> <strong>Bold</strong> and <em>italic</em> text PiyushIT
  • 13. <video src="movie.ogg" controls="controls"></video> <audio src=" song.ogg " controls="controls"></audio> PiyushIT
  • 14. <!DOCTYPE HTML> <html> <head> <title>Simple Tags Demo</title> </head> <body> <a href="http://www.tricksbypk.blogspot.com/" title= “My Blog">Visit link.</a> <br /> <img src="logo.gif" alt="logo" /> <br /> <strong>Bold</strong> and <em>italic</em> text. </body> </html> PiyushIT
  • 15. Heading Element:-> • There are six heading elements (<H1>,<H2>,<H3>,<H4>, <H5>,<H6>). • All the six heading elements are container tag and requires a closing tag. • <h1> will print the largest heading • <h6> will print the smallest heading PiyushIT
  • 16. <html> <head><title>heading</title></head> <body> <h1> GLOBAL INFO CHANNEL</h1> <h2> GLOBAL INFO CHANNEL</h2> <h3> GLOBAL INFO CHANNEL</h3> <h4> GLOBAL INFO CHANNEL</h4> <h5> GLOBAL INFO CHANNEL</h5> <h6> GLOBAL INFO CHANNEL</h6> </body> </html> PiyushIT
  • 18. • HTML documents are divided into paragraphs. • Paragraphs are defined with the <p> tag i.e. <p>This is a paragraph</p> <p>This is another paragraph</p> PiyushIT
  • 19. • if you want a line break or a new line without starting a new paragraph Use the <br> tag. • Defines a horizontal line use <hr>tag. • <br> <hr> element are empty HTML element i.e. Global Information Channel<hr> Global Information <br> Channel PiyushIT
  • 20.  HTML 5 is the next version of Hyper Text Markup Language(HTML4)  It is developing by World Wide Web consortium W3C.  Defined error handling PiyushIT
  • 21.  Video and audio tags  Header and Footer  Drag and drop  Canvas  Offline Storage  Geo-Location PiyushIT
  • 24. HTML4 HTML5 Elements like nav, header were not present. It brought new element for web structure like nav , header etc It was lack of rules of parsing so it is difficult to handle error. Strictly parsing rules introduced in html5 so handle the error. No multimedia supported without third party It inbuilt multimedia element in html5 like Audio , video , canvas It was not available It contains attributes like control menu, spell check etc.PiyushIT
  • 25.  YouTube uses HTML5, www.youtube.com/html5  Only some of the browser only supports HTML5 features currently  Google Chrome, Mozilla Firefox , opera etc PiyushIT

Editor's Notes