Need help with my html challenges

Tell us what’s happening:

trying to do the basic HTML Task and I keep getting error,

Hello World

it will not Run the test when I click on it.

Your code so far


<h1>Hello</h1>

Your browser information:

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

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

To pass the test on this challenge, change your h1 element’s text to say “Hello World”.

Hi @ejjames, welcome to the forums.
You don’t say what the error is I’ll give a couple of things;

  • the final thing in your h1 tags should be changing ‘Hello’ to ‘Hello World’
  • as an aside, Microsoft Edge, Microsoft Explorer and Mac Safari do not play well with FCC. Install and use either Chrome or Firefox as your browser of choice.

Thank you for your help.