Assessment for "Marking up a letter" task

Code link: https://glitch.com/~marking-up-letter
Task: https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Marking_up_a_letter

TIA for assessment

Hello @Niloy28

Amazing work! :medal_sports:

I see only two minor things:

  • The <p>s inside <address> aren’t necessary since <address> is already a block element.
  • The cite attribute of <q> is solely used for an URL to the source. In this exercise it’s more appropriate to change <em> to <cite> since the <cite> tag is used to reference where the quote is from.

Feel free to ask questions. :slightly_smiling_face:

Cheers,
Michael

Got it. Thanks :smiley:

1 Like