I want my work marking up a letter assessed. My code is below
Great work @DemolaRasaq
Here are some comments:
- You don’t need a slash in empty tags.
<br>
is enough for example. - The
<time>
isn’t part of the address and should go outside. You’ll then also need another element around it with the “sender-column” class to align it right again. - You should use
<q>
around the quote. The<cite>
is intended for the source of the quote. So in this caseThe memoirs of Bill S Preston, <abbr title="Esquire">Esq</abbr>
should be inside<cite>
.
As you see only some minor things
Michael