Day two html class

Today i learn html tags, how to use tags in html

tags: description

<!--...-->Defines a comment
<!DOCTYPE>Defines the document type
<a>Defines a hyperlink
<b>Defines bold text
<br>Defines a single line break
<h1> to <h6>Defines HTML headings
<img>Defines an image
<p>Defines a paragraph
<i>Defines a italic
<u>Defines a underline