1. The <html> opening tag is used to declare the start of the webpage.
2. The opening <body> tag.
3. The <input> tag specifies an input field where the user can enter data. Type = text is the type of data the field will be able to take in.
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 that you have added a small box to the screen.