Hello, I would like to know where I suppose to put my </body> , I already did after the open one, bellow the </head> as a side but the msg I’m receiving is : " Your body element should come after your head element."
Thanks!
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 4
I have edited your post for readability.
When posting any code snippets, please enclose them in backticks. like this:
```
code
```
or a single backtick if the code is in-line like this
`<html>`
Most elements have both an opening tag and a closing tag. The opening tag for the body element has to come afher the entire (both opening and closing tag) head element.
I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
Yes, I did try lowercase too.
side by side
side and bellow to close head tag.
What are you saying is, the solutions is open body tag and close body tag in the same line of the open head tag, right ?
I did try it and still saying: " Your body element should come after your head element.
Can you identify the closing head tag in your code? The opening body tag must come after the closing head tag. Then, the closing body tag must come immediately after the opening body tag.