Ï i just cant get my code to run when i press the run test

Tell us what’s happening:

i just cant get my code to run when i press the run test

Your code so far


<HelloWorld>Hello</HelloWorld>

Your browser information:

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

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

the test says “Your h1 element should have the text “Hello World””
You have create an element called HelloWorld which is not what you are asked to do.

Change HelloWorld by h1 and Hello by Hello World