element correct but is coming back as code does not pass. also when I closed the span tag it came back with a fail on that to, so I left the closing tag off and then it told me the p element is wrong
Below your .small-text element, create a new p element with the text Calories . Also below the .left-container element, create a new span element with the text 230 .
when I close the span element it comes back failing the span part of the question, when I took the closing span tag off it let me pass the span part of the question
Oh wait, I see what you’ve done wrong. With your span element closed (above), the issue is that you haven’t placed it correctly. You should have it after your .left-container element, not just after the opening tag of the .left-container element. The element as a whole includes the opening and closing tags (as well as everything in between).
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.
the hint is not very helpful but basically you are missing the span element as you have it in the wrong place (not to mention you forgot the closing tag for span)
Redo the exercise and pay attention to where the span element is supposed to go.
If you need further help, please open your own topic in future.