The images are not displayed because I do not have code.open pro.
Task 01:
Task 02:
Task 03:
Thanks
The images are not displayed because I do not have code.open pro.
Task 01:
Task 02:
Task 03:
Thanks
Congratulations @Sarai_Atoche_Pascual!
All tasks are correct.
Regarding the images:
For future exercises you could directly link the original images from MDN GitHub. They are usually in a subdirectory of the starting code. When you click the Download button you get on an URL that can be used as the src
attribute. On the first task this would be: https://raw.githubusercontent.com/mdn/learning-area/main/html/multimedia-and-embedding/tasks/images/images/blueberries.jpg
Cheerio,
Michael
thank you very much miguel, it helps me a lot
For future exercises you could directly link the original images from MDN GitHub.
Wouldn’t this cause problems with the course material, though?
For example, within “Task 1” one of the first points read:
- Add the path to the image to an appropriate attribute to embed it on the page. The image is called
blueberries.jpg
, and it is in a folder inside the current folder calledimages
.
If the Learner put in the direct link, it would fail to demonstrate on an assessment that the Learner understands linking images with relative URLs considering the content of the assessment question, no?
Yeah, you’re probably right in this particular case.
You can take it as a general advice when having to deal with images in the courses.