Assessment wanted for Marking up a letter (3/6/20)

Hi! I hope everyone is keeping well right now…

Just wondered if anyone could take a look at my HTML code for the ‘Marking up a letter’ assessment?

I had trouble at the end with the quote so had to look that up, but the rest is from the top of my head. There’s a comment in there as I’m not sure about something so would be ideal to get some feedback on that if possible.

Thanks a lot! :upside_down_face:

Hello @fransan

hope that everything going fine with you

i see you doing great

just typing error at the closing of the last p element before the closing of the main element you write <p> instead of </p>

for the address of Dr. Eleanor Gaye you can use the pre element which preserve the line break without the need to use the br element so after opning the address element open the pre and close that pre just before the closing of the address

by the way you can place your css in the css panel in the jsfiddle.net so you can see the effect of it on the result panel

well done and have a nice day :slight_smile: :upside_down_face:

Thank you so much for taking a look and spotting my missing /p. Completely forgot about the pre element as well! Perfect - I’ll make a note of it.

Thanks again and hope you have a nice day too :slightly_smiling_face: :upside_down_face:

you very welcome

by the way you can use the w3c validator it help me a lot and even give me some notice and recommendation for my code

you very welcome and thanks a lot and hope that help and have a nice day :slight_smile: