New User and Learning to code

I am not able to find out where I can start my test.

Your code so far


<h1>Hello</h1>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; MDDCJS; rv:11.0) like Gecko.

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

Welcome :slight_smile:

Take a closer look at the instructions.

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

Simply change text Hello to Hello World.

Then hit Run the Test button in green.

Thank you so much for your help. That is what I am confused at. I don’t know where H1 element text is? I clicked everywhere but it is not responding.

This is your H1 element text. Which is surrounded by your H1 tags.

I see this it but I am not able to edit it. I wish I could send you a screen shot of my page. Nowhere on the page it allows me to edit/type.

First, you’ll start by building a simple web page using HTML. You can edit code in your code editor , which is embedded into this web page.

I can’t find the code editor on the web page. It says it is embedded.

Your page should be divided into 3 windows. Left is instructions. Right is output. Middle is your code editor.