Hello everybody! I’m trying out the new Responsive Web Design course on freeCodeCamp’s curriculum. It is number eight. The task is to:
"Inside the existing img
element, add an src
attribute with this URL:
https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg
"
It should be valid since I copied and pasted it into the source attribute and I even checked on The W3C Markup Validation Service to validate my html code and it was valid except for the alt attribute which is probably in the next section. It says:
"
Test
Sorry, your code does not pass. Keep trying.
Hint
Your img element’s src attribute should be set to ‘https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg’. You have either omitted the URL or have a typo. The case of the URL is important."
This is my code:
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">
Thanks for reading! Is this a bug or something? Link to the new course: https://www.freecodecamp.org/learn/2022/responsive-web-design