Say Hello HTML Elements

Tell us what’s happening:
I cant get the test to run

Your code so far


<p>Hello World</p>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/say-hello-to-html-elements/

That is likely because it asks for a <h1> and you wrote a <p>

If you scroll to the bottom in the left column, there are the descriptions of the automated tests. They can be useful for further clarification on what is required…

image