is the start of an HTML document.
The last tag in our closed HTML document(</html>). This tag is for “END” symble.
Some more HTML TAGS
1. <h1>and</h1>, from h1 to h6
Hear h1 tag is header tag and h6 tag is lower tag
2.<b>and</b>
<b> is used for bold the document
3.<u>and</u>
<u> is for under line the document
4.<i>and</i>
<i> is for italic
5.<ol>and</ol>
<ol> is called order list
6.<ul>and</ul>
<ul> is called unorderlist
7.<p>and</p>
It is used for to start a paragraph
8.<br>
It is used for to break aline
9.<li>and</li>
This is called list
Note:
<br> tag has no closing tag
|