1. <title> to specify title of the Web page.
2. <body> contains all the text content that is to be displayed on Web page and all the various formatting and structural tag.
3. <hl> defines the most important and biggest heading.
4. <hr> used to separate content (or define a change).
5. <img> used to insert an image.
6. <b> used to bold the text.
7. <table> used to create a table.
8. <caption> used to provide caption to the table.
9. <tr> used to create a table row.
10. <td> used to define data cells.