Links and directory structure is working in my VSCode, but the links are not working in Codepen because directory structure (folders) are not going inside the Codepen. So I move on to Glitch and looking for (Is the directory structure is working). As soon as it resolves, i will send the links for assessment.
I like how you went the extra mile and also built the whales.html page.
Your tags and attributes are all correct on both pages.
About the formatting
It was a good idea to move multiple attributes on their own line. Personally, I would change the formatting slighlty (but that’s more of a matter of taste):
<a
href="whales.html"
title="Information on Blue Whales and Sperm Whales"
target="_blank"
>
Whales page
</a>
<a href="mailto:whales@example.com?subject=Question%20about%20Whales">
email us
</a>
Regarding the images
When you upload files to Glitch they get saved to their CDN and you need to click on the images and copy the URL. This URL needs to be put into the src attribute of the <img> element.
Such as classes are used in html to target certain elements with different styling.
And making of whales.html page is not difficult, it is easy as external stylesheet cascades along all the pages of a website.
for task 2 the first 2 links is fine but it did not show if you got how to navigate the folders/directory or not
so it better to create the required folders hierarchy in your project or simply write the answer despite the file is there or not
for 3rd link in the task it ask you to provide link to the google search image which is The third link should link to the UK Google Image search. The base URL is https://www.google.co.uk, and the image search is located in a subdirectory called imghp.
so the href of you a element should be
https://www.google.co.uk/imghp
cause imghp is on sub directory of the base url
for task 3 the link text should go wit the context of the whole p element it part of
so for first link
<p>We do lots of work with Narwhals. To find out more, visit our <a href="narwhals.html" target="_blank">Narwhals page</a>.</p>
of course you can rephrase your words but hope that give you an idea on how it work