Common tags used in html

S.No Common tags discription Examples
1. <h1>-<h6> headings(large to small)

Sample

Sample

Sample

Sample

sample
sample
2. <p> paragraphs This is type of paragraphs
3. <br> line break Hello
bro
4. <a> Hyperlinks Google
5. <img> add a image in html image
6. <hr> horizontal line horizontal
line
7. <strong> text as Bold Bold
8. <em> italic the text italic
9. <ul>&</ul> Unordered list
  • Unordered list
  • Unordered list
  • Unordered list
10. <ol>&</ol> Ordered list
  1. Ordered list
  2. Ordered list
  3. Ordered list
11. <li> To list the item list
12. <table> To create a table
1 2 3
4 5 6
7 8 9
13. <!--Comment--> To Comment the line <!--Comment-->
14. <b> Bold the text Bold
15. <div>&</div> division (block-level container) <div><h1>Heading</h1> </div>
16. <nav> navigation bar <nav>nav link here</nav>