Assessment wanted for Marking up a letter11

I have finished the task and I want my code to be assessed.
Here is a validation from W3C validator for my code

Here is a link to my code on CodePen:

Here is a link to the task:

elslamo alikom @EngMustafa00

you doing great well done just a few notice here :

  1. no need to use p element inside the address element so remove it and give the address the same class you give for the p

  2. there special use for a element for tel and email check this one
    https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a

  3. this the memoirs of Bill S Preston, Esq is the cite of the q element
    by the way cite can be atterbuite (which does not displayed to user) or can be element which displayed to the user
    so the quote be like this

<q cite="https://mygeekwisdom.com/2011/09/12/be-excellent-to-each-other/"> 
Be awesome to each other.</q> -- 
<cite>The memoirs of Bill S Preston, 
<abbr title="Esquire"> Esq </abbr> .</cite>

and do not need to use the em here

hope that help and have a nice day :slight_smile:

1 Like