1. The <html> opening tag is used to declare the start of the webpage.
2. The opening <body> tag.
3. In this lessons we will use the <img> tag two times to add two different imgs. We will be using src = to clarify an img.
4. The <br> tag inserts a single line break.
5. Adding another <img> tag to place the second img into the webpage. Once you are done you will be able to see your creation you may need to scroll to see the second img,
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.