1. The <html> opening tag is used to declare the start of the webpage.
2. The opening <body> tag.
3. The <audio> tag defines sound, such as music or other audio streams. Currently, there are 3 supported file formats for the <audio> element: MP3, Wav, and Ogg.
You will also be using the src attribute to add the music'siesta.mp3'.
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 audio you have added.