Am not sure if am doing coding right.Where can I get to see if I'm progressing or not?

Tell us what’s happening:

Your code so far


<h1>HelloWorld</h1>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; ASTRO Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 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

1 Like

the tests say:

Your h1 element should have the text “Hello World”.

Your h1 element has text of “HelloWorld” - not the same thing

Anyway, you did right, when you are stuck use the ask for help button to ask help on the forum

1 Like

Okay,so how do I make it right?

You need to pass with “Hello World” not “HelloWorld” these are two different words.

1 Like