You are on page 1of 19

HTML

Introducti
on
What is
HTML???
HTML is the standard markup language for creating web page.
HTML Versions
HTML 1991
HTML 2.0 1995
HTML 3.5 1995
HTML 4.01 1999
X HTML 2000
HTML 5 2014
All HTML documents must start with a document type declaration : <!DOCTYPE html>.
The HTML document itself begins with <html> and ends with </html>.
The visible part of the HTML document is between <body> and </body>.
< !DOCTYPE
html >
<html> </html>
<head> </head>
<body> </body>
<title> </title>
HTML headings are defined with the <h1> to <h6> tags.
<h1> defines the most important heading. <h6> defines the
least important heading
Close Tag

Open Tag
This is not a heading
This is a title or a content
<BREAK>
Special case No No
Something that can add font style without css
Element

Attribute
But this is just only font colour
This was a standard exp for HTM
Now I tell u why HTML is so important for Ayden
Let’s Welcome WeiLiang To Give Out Some Example

BELLO

You might also like