Tuesday, July 28, 2015

HTML Versions,HEADING,PARAGRAPHS

HTML Versions

Since the early days of the web, there have been many versions of HTML:

VersionYear
HTML       1991
HTML 2.01995
HTML 3.21997
HTML 4.011999
XHTML2000
HTML52014



HTML Headings

HTML headings are defined with the <h1> to <h6> tags:
<h1>hii,welcome html class</h1>
<h2>hii,welcome html class</h2>
<h3>hii,welcome html class</h3>
<h4>hii,welcome html class</h4>
<h5>hii,welcome html class</h5>
<h6>hii,welcome html class</h6>

                 

HTML Paragraphs

HTML paragraphs are defined with the <p> tag:
<P>hii,welcome html class</P>

No comments:

Post a Comment