Assessment wanted for Marking up a letter 04.01.21

I would like for my html file to be assessed. For some reason, I am also struggling to move the first date to the right.

my work : https://codepen.io/evgenii-smazanovich/pen/rNGvRag

task: https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Marking_up_a_letter

Kind Regards,
Evgenii

Hello @Evgenii

you doing great well done just little notice here:

  1. you do not need to use <i> tag as the address tag make the text italic by default
  2. you need to wrap the time element with p element and give that p the class attribute that will make the p with the time element go to the right side
    why it does not work with only time cause time is inline element you will get that when you reach the css tracks
  3. you do not need the em in the second address as before
  4. you missing some tags for example this
    Dear Eileen,

Thank you for your recent application to join us at the
are not wrapped with tags

  1. not sure what tag u mean
  2. this is not right <abbr title="PhD">PhD</abbr> fix the title part
  3. BC is also abbr so try to fix it

hope i did not miss anything else and have a nice day :slight_smile:

1 Like