Assessment wanted for Marking up a letter(learning)

As a beginner, I hope to get everyone’s score evaluation, thank you very much !
Below is the code link:
https://jsfiddle.net/jessen_W/fs8qzto1/9/

Hi @jessen_wzd and welcome to the community :wave:

Great work on your first big exercise! :clap:

Here are some small improvements:

  • The first <time> doesn’t belong to the address. It needs its own <p> with the sender-column class.
  • There’s a missing space in front of the “important university dates” link.
  • You’re first </sup> has an additional >.

That’s it. As you see, just some minor things. :slightly_smiling_face:

Have a nice day,
Michael

As a beginner, I hope to get everyone’s score evaluation, thank you very much !
Below is the code link:

My Assessment

Hi @enfash and welcome to the community :wave:

Nice work on your first big exercise. :tada:

A lot of your code is correct. Here are some points that could be improved:

  • The first date isn’t part of the address. You should put it inside it’s own <p> after the address (with the same class to align it).
  • You should use <time> for all the dates.
  • Have a close look at the numbers in the “Subjects of study” list. Some of them should be higher or lower. You can achieve that with <sup> and <sub>.
  • The underlined abbreviations should use <abbr> instead of <u>.
  • For the “Polynesian chicken dance” a description list would be a good choice.
  • For the quote at the end you could use <q> and <cite>.

I hope that helps. Feel free to ask questions if you like. :slightly_smiling_face:

See you,
Michael

Thanks you for your reviews… i will amend and revert as soon as possible
thanks