1. The <html> opening tag is used to declare the start of the webpage.
2. The <body> tag is used in every HTML webpage to declare where the content & other tags will go.
3. The HTML <strong> element gives text strong importance, and is typically displayed in bold.
4. Please type: My first strong!
5. The </strong> is closing the <strong> 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.