0% found this document useful (0 votes)
48 views6 pages

HTML Intro

HTML is the standard markup language used to create web pages. It uses tags to define headings, paragraphs, and other elements. The basic structure of an HTML page includes html, head, title, and body tags. HTML has evolved through several versions since 1991 with the latest version being HTML5 in 2014. HTML can be written using simple text editors or professional HTML editors. Common HTML topics include headings, paragraphs, links, images, tables, lists, and forms.

Uploaded by

vijaykumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views6 pages

HTML Intro

HTML is the standard markup language used to create web pages. It uses tags to define headings, paragraphs, and other elements. The basic structure of an HTML page includes html, head, title, and body tags. HTML has evolved through several versions since 1991 with the latest version being HTML5 in 2014. HTML can be written using simple text editors or professional HTML editors. Common HTML topics include headings, paragraphs, links, images, tables, lists, and forms.

Uploaded by

vijaykumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 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