What am I doing

Howdy,

I’m on the very first lesson. I’ve changed the code so it reads Hello World but when I press run the test nothing happens. The box at the bottom just says running tests and never changes. What am I doing wrong?

Tell us what’s happening:

Your code so far


<h1>"Hello World"</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/17.17134.

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

Are you by any chance using Edge, IE, or Safari as your browser? Free Code Camp has been updated to use newer technologies. It makes the application much faster and it means that we can go much longer without having to do a huge migration like the recent one. However, Edge, Internet Explorer, and Safari are very bad about choosing not to adhere to standards and support new functionality in JS and CSS. Right now, that means that these browsers exhibit lots of unexpected behavior. If you become a web developer you will come to hate these browsers with every fiber of your being.

Your code is correct. It just doesn’t work very well with some browsers. Try using Chrome instead.

FYI going forward, you don’t need to put the quotes inside your element. The quotes are just to indicate what should be in your element.

That being said, even with the quotes it passes the test for me on my iPad with safari. And fcc does not work well generally on my iPad. But maybe try it without the quotes.