Last Updated on April 26, 2023 by Roshan Parihar
HTML q tag is used to show short quotation inside web pages. These short quotations are the contents that are quoted from another source.
Syntax
1 |
<q>Enter some quoted text here...</q> |
1 |
<q>This is a quotation text.</q> |
Output
This is a quotation text.
Resources and References
1. W3C Specification.
2. HTML living standard
3. W3C project using Github
See W3C Specification for this tag.