Thank you for assessing markup of a letter

It looks ok but please let me know if I missed something. Thanks!

This is the exercise in https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Marking_up_a_letter

Thank you all!

Hi @RobertSF and welcome to the community :wave:

Great job on this first big exercise! :tada:

Just some small improvements:

  • You don’t need the <p> inside <address> since <address> already is a block element.
  • Your paragraph starting with “Turning H2O into wine …” should be a list.
  • In the last paragraph it would be better to use <cite> instead of <em> since this is the source for the quote.

Keep up the good work!

Take care,
Michael

1 Like

Thanks for the feedback, Michael. I will implement the things you mentioned.

1 Like