You are on page 1of 6

HTML Introduction

What is HTML?
HTML is the standard markup language for
creating Web pages.
HTML stands for Hyper Text Markup
Language
HTML describes the structure of Web pages
using markup
HTML elements are the building blocks of
HTML pages
HTML elements are represented by tags
HTML tags label pieces of content such as
"heading", "paragraph", "table", and so on
Browsers do not display the HTML tags, but
HTML Page Structure
<html>
<head>
<title></title>
</head>
<body>
<h1>This is a Header</h1>
<p>This is a Paragraph</p>
</body>
</html>
HTML Versions
Version Year

HTML 1991

HTML 2.0 1995

HTML 3.2 1997

HTML 4.01 1999

XHTML 2000

HTML5 2014
HTML Editors
Write HTML Using Notepad or TextEdit
Web pages can be created and modified by
using professional HTML editors.

TextEdit :
1. Notepad
2. Notepad++
HTML Topics
1. HTML Basic
2. HTML Elements
3. HTML Attributes
4. HTML Heading
5. HTML Paragraphs
6. HTML Styles
7. HTML Formating
8. HTML Quotations
9. HTML Comment
10. HTML Links
11. HTML Images
12. HTML Table
1. HTML List
2. HTML Iframes
3. HTML Symbol
4. HTML Forms
5. HTML Form Elements
6. HTML Input Types

You might also like