Assessment requested for HTML Links Basic Skill Test

Please assess!

Task
I would like to have an assessment on the 3 tasks mentioned in this page:

My Code
Online Code Editor - Links 1 – Links 1 - JSFiddle - Code Playground
Online Code Editor - Links 2 – Links 2 - JSFiddle - Code Playground
Online Code Editor - Links 3 – Links 3 - JSFiddle - Code Playground

Thank you,
Maria Ringes

1 Like

Hi @maria_ringes

Great work again!
Here are my comments:

  • Task 1: :white_check_mark: Correct.
  • Task 2: :warning: Mostly correct. For the second link it says: “one directory level above”, so you have to add something at the start inside the href attribute. Can you find out what?
  • Task 3: :white_check_mark: Correct. When linking to a file it may be a good idea to also mention what kind of file it is and what size it has:
    <a href="factfile.pdf" target="_blank">download our factfile (PDF, 4MB)</a>
    

I hope that helps. Feel free to ask questions if something’s unclear.

Cheers,
Michael

Thank you Michael!
For Task 2: I have now included the following:
<a href='../narwhal/narwhal.jpg'>
Appreciate it!
Maria

1 Like

You’re welcome.

That’s correct! :+1: