1. The <html> opening tag is used to declare the start of the webpage.
2. The opening <body> tag.
3. The <video> tag specifies video, such as a movie clip or other video streams. Currently, there are 3 supported video formats for the <video> element: MP4, WebM, and Ogg.
You will also be using the src attribute to add the skate video = 'olympics.mp4'.
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 please click the play button to play the Video you have added.