1. The <html> opening tag is used to declare the start of the webpage.
2. The opening <body> tag.
3. The <map> tag is used to define a client-side image-map. An image-map is an image with clickable areas aka a dynamic Google map. We will be using place = to clarify a location so the map know what to display.
4. Closing </body> is used to close the opening <body> tag on line 2.
5. The HTML closing/end tag </html> declares the end of the document. Once you are done you will see the webpage you created.