" Marking a Letter" assessment

Good afternoon
I keep practicing, I have to create the letter,(Use the example) I need to have it checked, to verify if I have any errors. I leave the link thank you

[https://codepen.io/Valentina1425/pen/gOpELQb?editors=1100]

Valentina Rodriguez.

Hi @valen.ezku, nice to hear from you again; I hope you are having fun practising your coding skills!

Your work here is pretty good, well done!

I see you have used your own CSS, and it also looks like you have written your own version of the letter? This is OK by me, if it helps you practice. I just noticed a few small mistakes in the code:

  1. <adress> -> <address>

  2. <sup>°</sup> -> You don’t need a <sup> on the degree symbol, as it is already positioned up towards the top of the text line.

  3. In the quote, you have the <cite> element wrapping the whole line. This just needs to wrap the source of the quote, like this:

<p>University for awesome motto: <q>Be excellent to each other</q> -- <cite>The memoirs of Bill S Preston, <abbr title="esquina">Esq.</abbr></cite></p>

Apart from these small things, the work is great.

hi!

oh, thanks so much for your corrections, I just corrected them.

motivates me to continue learning