Assessment Request for Assessment: Marking Up a Letter

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

My Code
Online Code Editor - Assessment: Marking up a Letter - JSFiddle - Code Playground

Thank you,
Maria Ringes

Hi @maria_ringes

Congratulations! Well done :medal_sports:

There are only some small improvements:

  • You don’t need <p> inside <address>.
  • You don’t need <br> after “UK”, since <address> (as a block element) automatically breaks the line.
  • In “Starting Dates - Second semester” you have a superfluous “0” for the day in the datetime attribute.
  • When you look at the last line of the output, you’ll see that you have two sets of double quotes. That’s because <q> automatically adds quotes. This would be fine <q>Be awesome to each other.</q>

I hope this help!

Have a nice day,
Michael

2 Likes

Edits made! Thank you! https://jsfiddle.net/maria_ringes/s70uwxyv/90/

1 Like

Great improvements.
Now it’s perfect. :+1: