1. <title> to specify the title of the Web page.
2. <body> contains all the content that is to be displayed on the Web page and all the various formatting and structural tag.
3. <ul> used to create an unordered list.
4. <li> to specify the various list items in a list.
5. <caption> to provide caption to the table.
6. <table> used to create table in HTML document.
7. <tr> stands for table row, used to create a table row.
8. <td> stands for table data, helps to create cells in HTML table.
9. <img> used to insert an image in HTML document.
10. <a> stands for anchor tag. Use the href attribute to provide the reference of the Web page that you want to hyperlink.