Head element should wrap around the title element


What’s the answer to this code?

There is no <head> in your code, nor a <body>. The <title> goes inside the head, the other parts go inside the body. See the example in the instructions.

Just wanted to say that! But yeah, don’t forget that the head tag you put information contains the elements like the title. and the body contains all the contents of an HTML document. for more information I will recommend https://www.w3schools.com. Is a great website to look those things up.

1 Like