I am trying to complete the HTML test and I wrote
Hello World
In the testing section it reads that it is testing but it goes no further...please help.Thank you in advance.
I am trying to complete the HTML test and I wrote
Thank you in advance.
Did you remove those <h1>
tags?
No I thought they were suppose to stay in place.
And so they are. Can you post exactly what you have in the HTML editor? Wrap it in backticks (the key over the tab, the one with the ~ on it), to display it as actual code.
(
And, when you click on āRun the testsā, it simply sits and does nothing?
~,h1>hello world~
sorry here you go I am not use to this yet
~
Youāll get there. Type them all in a line, like this:
`<h1>Hello world<h1>`
But that tells me your code itself is fine. Now, have you clicked the āRun the testsā button?
correct that is exact what is happening
Yes I did click the run tests button and it is still right at this moment still reading running tests
I am having the exact same problem right now. Not moving beyond testing.
What browsers are you using, @VIX? I know @Missiepooh is on MS Edge. Wondering if thereās a problem loading a library. Iāve noticed if I canāt get jQuery to load, the whole thing goes funky.
I just tried the second one to see if that one works, but itās the same thing.
I am also on MS Edge.
I downloaded Google Chrome and it works fine on there. Guess Iāll have to stick with that for now.
So, for both of you, Edge doesnāt support a lot of the features needed for FCC to run. Take a look at Does not pass running test to see more.
@VIX , you did well figuring that out. @Missiepooh, try running chrome too.
Thank you @snowmonkey.