hello I am new here, started with my basics on HTML today , after running my test it did not prompt anything for me to proceed to the next challenge, I need assistance to proceed.?
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
oh !! right, umm should I remove the first one which says
Hello
and replace it with
Hello World
or I should leave the first one and go to the second line ?
and how long does it takes before the “tests run” completes ?
ok thank you so much , I did that that’s why i’m wondering how long it takes ? because it’s still saying “running tests”.
Can you show a screenshot of your code?
Also, not sure what browser you are using, but Safari, Edge, and Internet Explorer does not work well with the curriculum, because they lack certain features FCC uses in the test suite. Try using Chrome.
1 Like
might be the reason, i’m using edge.
ok let me try it on chrome if it does not work there i’ll show you the screenshot.
thank you.
Hello thank you very much it works on chrome.
I’ve spent for like and hour on edge.
Thank You.
Tell us what’s happening:
Your code so far
<style>
body {
background-color: black;
}
body{
font-family: monospace;
}
</style>
<h1>"Hello World"</h1>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-css/inherit-styles-from-the-body-elementPreformatted text
i’m stuck at the wrapping up !
how To wrap an HTML element around other HTML element(s)