Code link: https://glitch.com/~marking-up-letter
Task: https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Marking_up_a_letter
TIA for assessment
Code link: https://glitch.com/~marking-up-letter
Task: https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Marking_up_a_letter
TIA for assessment
Hello @Niloy28
Amazing work!
I see only two minor things:
<p>
s inside <address>
aren’t necessary since <address>
is already a block element.cite
attribute of <q>
is solely used for an URL to the source. In this exercise it’s more appropriate to change <em>
to <cite>
since the <cite>
tag is used to reference where the quote is from.Feel free to ask questions.
Cheers,
Michael
Got it. Thanks