0% found this document useful (0 votes)
57 views19 pages

HTML

HTML is the standard markup language used to create web pages. It has gone through several versions since being introduced in 1991. All HTML documents must start with a <!DOCTYPE html> declaration. The visible content is wrapped between <body> and </body> tags, while <h1> to <h6> tags define headings of decreasing importance. HTML allows adding basic styling like font colors without CSS. It provides the foundation for displaying content on the web.

Uploaded by

alanisln
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)
57 views19 pages

HTML

HTML is the standard markup language used to create web pages. It has gone through several versions since being introduced in 1991. All HTML documents must start with a <!DOCTYPE html> declaration. The visible content is wrapped between <body> and </body> tags, while <h1> to <h6> tags define headings of decreasing importance. HTML allows adding basic styling like font colors without CSS. It provides the foundation for displaying content on the web.

Uploaded by

alanisln
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/ 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