Html Tutorial: HTML Quotations and comments
We are going to look into some quotations element and what the comment is.
HTML blockquote tag for quotations
This element defines a section that is quoted from another source. Browsers are known to indent them.
<p> Here is a quote about life.</p>
<...
devwares.hashnode.dev2 min read