I'm Stuck here step#33

Hi everyone I’m stuck here in this step 33 i follow the instruction where i should put the span element inside of the div class or should i wrap the span element to the div element .left-continer


-below the .left container i put the span element but then i put the span element the error/hint message tell: Your span element should come after your .left-container element.

Amount per serving


Calories



thank you everyone to your answers

We need to be able to see your actual HTML in order to see what you did. To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key. You may also be able to use Ctrl+e to automatically give you the triple back ticks while you are typing in the this editor and the cursor is on a line by itself. Alternatively, with the cursor on a line by itself, you can use the </> button above the editor to add the triple back ticks.

1 Like


this is my code

Always paste your HTML in here following the instructions I gave you above. Or you can use the Ask for Help button in the step itself and it will automatically include your code for you. Pics of code are frowned upon here.

The 230 span needs to go below the .left-container element. You have wrapped it around the opening div tag (which is invalid HTML).

Remember, an element consists of both its opening and closing tags. So if you are placing a new element below (or after) a div element then that means you need to place it below/after its closing div tag.

2 Likes

thank you mr bbsmooth for the help and for the answer

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.