By adding body tags in between the HTML tags, we let the web browser know where the content of the webpage goes.

Fill in the lines of code to place the body tags in between the <html></html> tags.

Make sure to pick <html>, followed by <body></body>, and finally </html>.