Stuck on the first lecture of the curriculum

Tell us what’s happening:
I’ve been trying to test run to move to the next lecture on the curriculum but it seems like I’m stuck.

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/64.0.3282.140 Safari/537.36 Edge/18.17763.

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

The challenge says -

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

So instead of <h1>Hello</h1>

Make it

<h1>Hello World</h1>

thanks I’ve been able to pass the test.

Ignore the stuff that says <h1> and . all you need to do is to change the text ‘Hello’ to what the instructions tell you.

I’ve been able to pass the test. Thanks