hello, try to click on the button “Restart Step” to reset the code to what it was at the start of this step.
After that you are asked to add a paragraph element. Paragraph elements are just like h1 elements but they use the letter p in the tag name.
Here’s an example of a paragraph element: <p>This is a paragraph</p>
Notice how the elements you are learning all have opening tags and closing tags?
Remember that as you create new code (there are some HTML tags that do not follow this rule but most of them do).