Assessment for "Test your skills:links"

Task 1:https://codepen.io/PDXcODex/pen/mdzEzGb
task 1: is my deal breaker but im sure I got this one right.

Task 2https://codepen.io/PDXcODex/pen/rNqLQyQ

Task3https://codepen.io/PDXcODex/pen/qBJNQre

Hello @Atran92

Great work! :sparkles:

Here is my feedback:

  • Task 1: :warning: Mostly correct. Spaces in links should be encoded as %20.
  • Task 2: :white_check_mark: Correct.
  • Task 3: :warning: Mostly correct. For the PDF link it may be a good idea to mention the file format and the size. something like this:
    <a href="factfile.pdf" target="_blank">download our factfile (PDF, 4MB)</a>
    

See you,
Michael

1 Like