Assessment wanted for Links 1,2, and 3 skill test

If somebody is able to; could you please provide feedback and assessment on the Hyperlinks skill test? Thank you!

Links 1:

Links 2:

Links 3:

Hi @Mahoney :wave:

Good job on these tasks. Congratulations!

Two small inputs:

  • Links 1: You’re missing one point:

    We’d also like you to give it a tooltip when moused over that tells the user that the page includes information on Blue Whales and Sperm Whales

    Do you know how you could achieve that?

  • Links 3: It’s good practice to mention the file type and size for the download:
    download our factfile (PDF, 4MB)

I hope this feedback helps you on your developer journey. Feel free to ask questions or post more tasks :slightly_smiling_face:

Have a nice day!
Michael

1 Like

Hi @mikoMK

Thank you for coming and giving me feedback!

Okay for Links 1:
Nice catch! Yes, I think I know. I did not use the title attribute on the link tag. If I would have used title I on the link it would provide the user a tooltip. I’ve modified the example:

<a href="whales.html" target="_blank" title="This page contains information on Blue Whales and Sperm Whales">Whales page</a>

Links 3:

Thank you for making me aware of that! I added the change.

Michael I want you to know I appreciate your feedback! My replies here keep getting stuck in the spam filter! Hopefully this goes through!

1 Like

Thanks for the kind words! :blush:
I’m glad it was helpful.