There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply () below.
If you’ve had an “aha” moment about the concepts, formatting, syntax, or anything else with this exercise, consider sharing those insights! Teaching others and answering their questions is one of the best ways to learn and stay sharp.
Join the Discussion. Help a fellow learner on their journey.
Ask or answer a question about this exercise by clicking reply () below!
You can also find further discussion and get answers to your questions over in Language Help.
Agree with a comment or answer? Like () to up-vote the contribution!
I’m having trouble with this exercise. I can’t get past step 2 …
I’ve deleted my code and re-written it, tried copy pasting the example, then the right urls inside.
Nothing has worked.
I’m pretty sure that my code is ok as it works great in the preview tab.
Your code looks fine to me as well. Sometimes the test behaves a little moody. A deviant order or space sometimes prevents progress.
Did you add the comment at the first line? Maybe just try again without that comment…
Thanks for your answer @staledata !
Yes the comment was mine. I’ve just tried removing it and it did not solve the problem.
I even tried reseting the exercise. I also tried typing the code without the line breaks after each url.
I’m running out of ideas
Hi ! Are you blocked at step 2 as well, with the same error message ?
Maybe they fixed the bug, have you tried with the semicolon at the end ?
Looks like the test parses our answer so make sure you use single and not double quotes as this may result in the test failing as well
I had similar issue with step 2. The solution code given is incorrect according to the exercise example and mdn css examples. The semicolon at the end of the URL FORMAT for my src section needed to not exist for the test to work on my exercise. The examples show the semicolon should be there but the test doesn’t like it. Removing it like stated above helped get past that for me.
The bug is still there. Now there is solution code being offered that can be copied and pasted or clicked to replace the non-working code directly.
I couldn’t find any deviation in my work from what should be working anyhow and is also visible from the solution code, so still a somewhat confusing result here.
Same here in 2022! I followed the syntax in the lesson example and it still didn’t work. Removing the semicolon, adding it in or replacing with a comma didn’t fix it. The only thing that did was updating my code to the solution code
It’s literally the exact same thing, just a different order- semicolon and all. Maybe it’s possible that there’s an unwritten hierarchy rule for these file extensions, or it could just be a little bug- either way, I hope this saves someone from pulling their hair out! Happy Coding!!