SlideShare a Scribd company logo
HTML seminar .pptx( HTML ) it's about html
CONTENTS
 What is HTML?
 Versions of HTML
 How Does HTML Works
 Basic HTML Document
 Difference between HTML4 and 5
 The Most Used HTML Tags
 Pros
 Cons
 References
What is HTML?
 Telling the browser what to do, and what props to use.
 A serises of tags that are integrated into a text document.
Tags are;
 surrounded with angle brackets like this
 <B> or <I>.
 Most tags come in pairs
 exceptions: <P>, <br>, <li> tags …
 The first tag turns the action on, and the second turns it off.
HTML (Hypertext Markup Language)
 Common features
 Tables
 Frame
 Form
 Image map
 Character Set
 Meta tags
 Images, Hyperlink, etc…
Versions
YEAR VERSION
1991 HTML
1993 HTML+
1995 HTML 2.0
1997 HTML 3.2
1999 HTML 4.01
2000 XHTML
2012 HTML 5
2013 XHTML5
How Does HTML Work?
HTML documents are files that end with a
.html or .htm extension. You can view
then using any web browser (such as
Google Chrome, Safari, or Mozilla
Firefox).
The browser reads the HTML file and
renders its content so that internet users
can view it.
Basic HTML Document
 In its simplest form, following is an example of an HTML document −
<!DOCTYPE html>
<html>
<head>
<title>This is document title</title>
</head>
<body>
<h1>This is a heading</h1>
<p>Document content goes here.....
</p>
</body>
</html>
Difference Between HTML5 & HTML4
HTML5
1. HTML5 uses new structures such
as drag, drop and much more.
2. HTML 5 can contain embedded
video and audio without using
flash player.
3. HTML 5 is capable of handling
inaccurate syntax
4. HTML 5 introduced many new
API’s which facilitate flexibility of
web pages.
5. In HTML 5, new tags and new
features like local storage are
enhanced.
HTML4
1. HTML 4 uses common structures like
headers , footers.
2. HTML 4 cannot embed video or audio
directly and makes use of flash player for
it.
3. HTML 4 cannot handle inaccurate syntax.
4. HTML 4 has traditional API’s which does
not include canvas and content editable
API’s.
5. In HTML 4, local storage is not possible
and tags that can handle only one
dimension are present
The Most Used HTML Tags
 HTML tags have two main types: block-level and inline tags.
 Block-level elements take up the full available space and always
start a new line in the document. Headings and paragraphs are a
great example of block tags.
 Inline elements only take up as much space as they need and
don’t start a new line on the page. They usually serve to format
the inner contents of block-level elements. Links and emphasized
strings are good examples of inline tags.
Block-Level Tags
The three block level tags every HTML document needs to contain
are <html>, <head>, and <body>.
o The <html></html> tag is the highest level element that encloses
every HTML page.
o The <head></head> tag holds meta information such as the
page’s title and charset.
o Finally, the <body></body> tag encloses all the content that
appears on the page.
Inline Tags
 Many inline tags are used to format text. For example,
a <strong></strong> tag would render an element in bold,
whereas <em></em> tags would show it in italics.
 Hyperlinks are also inline elements that require <a></a> tags
and href attributes to indicate the link’s destination:
 <a href="https://example.com/">Click me!</a>
 Images are inline elements too. You can add one using <img>
without any closing tag. But you will also need to use
the src attribute to specify the image path, for example:
 <img src="/images/example.jpg" alt="Example image">
Pros of HTML
 A widely used language with a lot of resources
and a huge community behind.
 Runs natively in every web browser.
 Comes with a flat learning curve.
 Open-source and completely free.
 Clean and consistent markup.
 The official web standards are maintained by the
World Wide Web Consortium (W3C).
 Easily integrable with backend languages such
as PHP and Node.js.
Cons Of HTML
 Mostly used for static web pages. For dynamic
functionality, you may need to use JavaScript or a
backend language such as PHP.
 It does not allow the user to implement logic. As a
result, all web pages need to be created separately,
even if they use the same elements, e.g. headers and
footers.
 Some browsers adopt new features slowly.
 Browser behavior is sometimes hard to predict (e.g.
older browsers don’t always render newer tags).
References
 www.google.com
 www.wikipedia.com
 www.studymafia.org
HTML seminar .pptx( HTML ) it's about html

More Related Content

PPTX
CSE-HTML-PPT.pptx
PPTX
CSE-HTML-PPT.pptx
PPTX
Grade 10 COMPUTER
PDF
WEB PROGRAMMING bharathiar university bca unitII
PDF
WHAT IS HTML.pdf
PDF
WHAT IS HTML.pdf
PDF
WHAT IS HTML.pdf
PPTX
Web Design and Programming-Lab-4-HTML-II-Exercise
CSE-HTML-PPT.pptx
CSE-HTML-PPT.pptx
Grade 10 COMPUTER
WEB PROGRAMMING bharathiar university bca unitII
WHAT IS HTML.pdf
WHAT IS HTML.pdf
WHAT IS HTML.pdf
Web Design and Programming-Lab-4-HTML-II-Exercise

Similar to HTML seminar .pptx( HTML ) it's about html (20)

PPT
Html book2
PPTX
Html Concept
PDF
Chapter 2 Notes, MCQs, and QA (HTML and CSS).pdf
PPT
Web forms and html (lect 1)
DOCX
PPSX
HTML Comprehensive Overview
PPTX
html -Hyper Text Markup Languagejjjjjjjjjjjjjjjjjjjjjjjjj
PPTX
Basic HTML
PPTX
Lec 2 Web.pptxLec 2 Web.pptxLec 2 Web.pptx
PPT
Intodcution to Html
KEY
Class1slides
PPTX
2. HTML Basic unit2 fundamentals of computer
PPT
introdution-to-html.ppt coding programming
PPTX
PPTX
HTML.pptx
PPT
PPTX
001-Hyper-Text-Markup-Language-Lesson.pptx
PDF
HTML5 Introduction – Features and Resources for HTML5
PPTX
HTML_HEADER PART TAGS .pptx
Html book2
Html Concept
Chapter 2 Notes, MCQs, and QA (HTML and CSS).pdf
Web forms and html (lect 1)
HTML Comprehensive Overview
html -Hyper Text Markup Languagejjjjjjjjjjjjjjjjjjjjjjjjj
Basic HTML
Lec 2 Web.pptxLec 2 Web.pptxLec 2 Web.pptx
Intodcution to Html
Class1slides
2. HTML Basic unit2 fundamentals of computer
introdution-to-html.ppt coding programming
HTML.pptx
001-Hyper-Text-Markup-Language-Lesson.pptx
HTML5 Introduction – Features and Resources for HTML5
HTML_HEADER PART TAGS .pptx
Ad

Recently uploaded (20)

PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
medical staffing services at VALiNTRY
PPTX
Computer Software and OS of computer science of grade 11.pptx
PDF
top salesforce developer skills in 2025.pdf
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Nekopoi APK 2025 free lastest update
PDF
Digital Systems & Binary Numbers (comprehensive )
PDF
Digital Strategies for Manufacturing Companies
PPTX
L1 - Introduction to python Backend.pptx
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PPT
Introduction Database Management System for Course Database
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Reimagine Home Health with the Power of Agentic AI​
medical staffing services at VALiNTRY
Computer Software and OS of computer science of grade 11.pptx
top salesforce developer skills in 2025.pdf
Navsoft: AI-Powered Business Solutions & Custom Software Development
PTS Company Brochure 2025 (1).pdf.......
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Which alternative to Crystal Reports is best for small or large businesses.pdf
Wondershare Filmora 15 Crack With Activation Key [2025
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Understanding Forklifts - TECH EHS Solution
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Nekopoi APK 2025 free lastest update
Digital Systems & Binary Numbers (comprehensive )
Digital Strategies for Manufacturing Companies
L1 - Introduction to python Backend.pptx
Design an Analysis of Algorithms I-SECS-1021-03
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Introduction Database Management System for Course Database
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Ad

HTML seminar .pptx( HTML ) it's about html

  • 2. CONTENTS  What is HTML?  Versions of HTML  How Does HTML Works  Basic HTML Document  Difference between HTML4 and 5  The Most Used HTML Tags  Pros  Cons  References
  • 3. What is HTML?  Telling the browser what to do, and what props to use.  A serises of tags that are integrated into a text document. Tags are;  surrounded with angle brackets like this  <B> or <I>.  Most tags come in pairs  exceptions: <P>, <br>, <li> tags …  The first tag turns the action on, and the second turns it off.
  • 4. HTML (Hypertext Markup Language)  Common features  Tables  Frame  Form  Image map  Character Set  Meta tags  Images, Hyperlink, etc…
  • 5. Versions YEAR VERSION 1991 HTML 1993 HTML+ 1995 HTML 2.0 1997 HTML 3.2 1999 HTML 4.01 2000 XHTML 2012 HTML 5 2013 XHTML5
  • 6. How Does HTML Work? HTML documents are files that end with a .html or .htm extension. You can view then using any web browser (such as Google Chrome, Safari, or Mozilla Firefox). The browser reads the HTML file and renders its content so that internet users can view it.
  • 7. Basic HTML Document  In its simplest form, following is an example of an HTML document − <!DOCTYPE html> <html> <head> <title>This is document title</title> </head> <body> <h1>This is a heading</h1> <p>Document content goes here..... </p> </body> </html>
  • 8. Difference Between HTML5 & HTML4 HTML5 1. HTML5 uses new structures such as drag, drop and much more. 2. HTML 5 can contain embedded video and audio without using flash player. 3. HTML 5 is capable of handling inaccurate syntax 4. HTML 5 introduced many new API’s which facilitate flexibility of web pages. 5. In HTML 5, new tags and new features like local storage are enhanced. HTML4 1. HTML 4 uses common structures like headers , footers. 2. HTML 4 cannot embed video or audio directly and makes use of flash player for it. 3. HTML 4 cannot handle inaccurate syntax. 4. HTML 4 has traditional API’s which does not include canvas and content editable API’s. 5. In HTML 4, local storage is not possible and tags that can handle only one dimension are present
  • 9. The Most Used HTML Tags  HTML tags have two main types: block-level and inline tags.  Block-level elements take up the full available space and always start a new line in the document. Headings and paragraphs are a great example of block tags.  Inline elements only take up as much space as they need and don’t start a new line on the page. They usually serve to format the inner contents of block-level elements. Links and emphasized strings are good examples of inline tags.
  • 10. Block-Level Tags The three block level tags every HTML document needs to contain are <html>, <head>, and <body>. o The <html></html> tag is the highest level element that encloses every HTML page. o The <head></head> tag holds meta information such as the page’s title and charset. o Finally, the <body></body> tag encloses all the content that appears on the page.
  • 11. Inline Tags  Many inline tags are used to format text. For example, a <strong></strong> tag would render an element in bold, whereas <em></em> tags would show it in italics.  Hyperlinks are also inline elements that require <a></a> tags and href attributes to indicate the link’s destination:  <a href="https://example.com/">Click me!</a>  Images are inline elements too. You can add one using <img> without any closing tag. But you will also need to use the src attribute to specify the image path, for example:  <img src="/images/example.jpg" alt="Example image">
  • 12. Pros of HTML  A widely used language with a lot of resources and a huge community behind.  Runs natively in every web browser.  Comes with a flat learning curve.  Open-source and completely free.  Clean and consistent markup.  The official web standards are maintained by the World Wide Web Consortium (W3C).  Easily integrable with backend languages such as PHP and Node.js.
  • 13. Cons Of HTML  Mostly used for static web pages. For dynamic functionality, you may need to use JavaScript or a backend language such as PHP.  It does not allow the user to implement logic. As a result, all web pages need to be created separately, even if they use the same elements, e.g. headers and footers.  Some browsers adopt new features slowly.  Browser behavior is sometimes hard to predict (e.g. older browsers don’t always render newer tags).

Editor's Notes

  • #5: HTML 1991 HTML+ 1993 HTML 2.0 1995 HTML 3.2 1997 HTML 4.01 1999 XHTML 1.0 2000 HTML5 2012 XHTML5 2013