i am new at coding. at first challange i change h1 element to Hello World but i doesnt work. how can i pass
Please post your code and a link to the test.
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/say-hello-to-html-elements/
it want this "
Hello World
What code have you tried?
Inside of the <h1> </h1> header tag there is already the word hello. Add the word World after hello inside the tag like this.
<h1>Hello World</h1>
i did it and click run test but it didnt work i couldnt pass this challange
It worked for me. Did you paste the text I gave you inside of delete the tag and then paste it. the tag or try refreshing the page by pressing ctrl f5
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.
Very true @ArielLeslie. I personally use chrome as my browser of choice. That could be causing the problem.
It should definitely work in chrome, reset your code and try again or clear the cache and try again
The output pane at the bottom switching to “// running test” was exactly what was happening to me in Edge. I switched to Firefox and it worked fine.
- Check that your browser version is up to date
- Ensure that you aren’t running any extensions or plugins which might prevent scripts from running (some adblockers will interfere with FCC, for example)
- Click ‘Reset All Code’ and enter your solution again.
Has it been resolved? You could try switching browsers.