Say Hello to HTML Elements Bugged?

Tell us what’s happening:

Running the code

Hello World

I have been unable to complete this challenge a simple h1 tag has gotten the best of me it seems… How would I proceed onto the next part of the lesson? Is this a browser issue? Maybe I am missing something…

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/

same problem and solution there

Yup. Often, what has happened is that the browser hasn’t loaded the jQuery library, or doesn’t have some system extensions that FCC may use. I find that, for example, Microsoft Edge doesn’t do well with the challenges.

Try switching to chrome or firefox.

I am using Opera until now no problem at all .I am at responsive web design projects and doing basic javascript too.

have you tried it on one of the other browsers? Purely out of academic curiousity.

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.

Do you have any CSS stylesheet before that? If this does not load, very crazy things come out. :scream: