HELP with the next step

Tell us what’s happening:

Hello</Hello World>

Your code so far


<Hello World>Hello</Hello World>

Your browser information:

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

Challenge: Say Hello to HTML Elements

Link to the challenge:

Hello and welcome to the FCC community~!

You have changed the HTML element. <Hello World> is not a valid element. This should remain an <h1> element with the text “Hello World”.

1 Like