1. The <html> opening tag is used to declare the start of the webpage.
2. The opening <body> tag.
3. The <u> tag represents some text that should be stylistically different from normal text, such as misspelled words or proper nouns in Chinese.
4. Adding the text of underlined to the webpage.
5. The </u> is closing the <u> opening tag on line 3.
6. Closing </body> is used to close the opening <body> tag on line 2.
7. The HTML closing/end tag </html> declares the end of the document. Once you are done you will see the webpage you created.