Assessment wanted for "Marking up a letter" - Jess

Hello,
I just started learning the basics of HTML and CSS. Absolutely no background in tech so I would appreciate if someone could check my code for this letter markup.

My code on jsfiddle: https://jsfiddle.net/Nuggetts/8oe0sk24/
And the assessment page: https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Marking_up_a_letter

Thanks :slight_smile:

Hello @Jess

you doing great well done just some notice here

  1. address tag can get class attribute so you do not need to wrap it with div element just give the address this class attribute

  2. since the time is not part of the address you can wrap it with p element and give that p element this same class attribute (in future class you would be able to do that with out the need to wrap it with p just using display attribute )

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

Hey @justsomeone

Thank you for pointing those out! I’ll keep it in mind the next time.

Have a good one!

you welcome and thanks a lot :slight_smile: