This is the second stage of our journey of learning HTML. We'll learn the tags which can be used in [body] section of our HTML webpage. There are many tags to be used in body part, but we'll see just basic ones for our ease. So lets start without more blahs.
Related:
Start Learning HTML from scratch
List of basic tags Set - 1 ( Used in Body part )
<a></a>: To add hyperlink to your webpage.
<b><b>: To bold your text written in between start and end of the tag.
<strong></strong>: Style is same as bold, but this is better. You'll come to know, why so? Tuned with us!
<i></i>: To give italic style to the text.
<u></u>: Underline the text.
Related:
Start Learning HTML from scratch
List of basic tags Set - 1 ( Used in Body part )
<a></a>: To add hyperlink to your webpage.
<b><b>: To bold your text written in between start and end of the tag.
<strong></strong>: Style is same as bold, but this is better. You'll come to know, why so? Tuned with us!
<i></i>: To give italic style to the text.
<u></u>: Underline the text.








