Marking up a Letter Solution:
Source: https://github.com/Gitthuma/marking_up_a_letter
Live: https://gitthuma.github.io/marking_up_a_letter/
Hello @Githuma
you doing great well done and have a nice day
@justsomeone thank you for the feed back
@Githuma you very welcome
Hi, @Githuma. Your work is great, but there’s something to improve: your usage of <q> (inline quote) tags.
Inside the <dl> element, you used <q> tags to mark up robotic and fruitful. That’s not the intended usage of <q> tags. Inline quotes are just that – quotes. See it this way: what would you put inside the cite attribute for them? In this case, simply putting double quotes around them works best.
Keep up the good work.
Hi @Antkibo, thank you for pointing this out. What I am getting is that they are best used to reference a quote from somewhere else, such as from a book or an article, right? I will make the necessary changes.