HTML Important Tag Line Syntax 1 – <p> Paragraph Tag </p> 2 - <h2> Heading Tag </h2> 3 - <b> Bold Tag </b> 4 - <i> Italic Tag </i> 5- <u> Underline Tag</u> 6 - <br> tag = br stands for the break line 7 - <hr> tag = hr stands for the horizontal line 8 - HTML Image and Object Tags <img>, <area>, <map>, <param> and <object> 9 - HTML Table Tags table, tr, td, th, tbody, thead, tfoot, col, colgroup and caption 10- HTML List Tags <ul>, <ol>, <li>, <dl>, <dt> and <dd> For ex. <ol> <li>top web programming languguage</li> <li>top web programming languguage</li> </ol> Bullets <ul> 2. <li> Aries </li> 3. <li> Bingo </li> 4. <li> Leo </li> 5. <li> Oracle </li> 6. </ul> 11- HTML Form Tags form, inpu