Want to learn coding

Tell us what’s happening:

Your code so far


<h1>Hello</h1>
Hello World

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; itel A32F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36.

Challenge: Say Hello to HTML Elements

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

you need to change the test of the h1 element, not write new text outside of it

you are in the right place to learn to code! you need to read really carefully what you are asked to do

your h1 tag should have the text “Hello World” like this!

<h1>Hello world</h1>

While it’s good that you were able to pass the challenge we try to give users hints so they can resolve an issue on their own without giving them the answer.
Thank you for understanding.