1. The <html> opening tag is used to declare the start of the webpage.
2. The opening <body> tag.
5. Closing </h1> for the header on line 2.
6. Adding a picture of a lion
9. Closing </li> on line 7.
12. Closing </li> on line 10.
13. Closing </body> for line 2.
14. The HTML closing/end tag </html> declares the end of the document. Once you are done you will see that you have added a small box to the screen.