HTML Versions
Since the early days of the web, there have been many versions of HTML:
Version | Year |
---|---|
HTML | 1991 |
HTML 2.0 | 1995 |
HTML 3.2 | 1997 |
HTML 4.01 | 1999 |
XHTML | 2000 |
HTML5 | 2014 |
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