May I get this assessed, please? Also, can’t figure out why the date of the letter won’t align to the right. Thank you.
The assignment: Challenge: Marking up a letter - Learn web development | MDN
May I get this assessed, please? Also, can’t figure out why the date of the letter won’t align to the right. Thank you.
The assignment: Challenge: Marking up a letter - Learn web development | MDN
Everything looks good, only 2 remarks:
text-align
style to an inline element (<time>
). Try applying it to a block level element instead.cite
attribute on <q>
elementThanks for the review, @aviv.mu!
@wishin4horses to be clear, this can be achieved by setting the class on the outer <p>
element, and not the <time>
element inside it.
Got it
Thank you for the assessment and help!