1. The <html> opening tag is used to declare the start of the webpage.
2. The opening <body> tag.
3. The <a> tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the <a> element is the href attribute, which indicates the link's destination.
4. Please type: Olympics. The Olympics is in between a opening <a> tag and a closing a tag </a>. So the href='' is be link to this texted.
5. Closing </a> is used to close the opening <a> 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. Please clink on the words My first Link and you will see something amazing happen.