Last Updated on April 26, 2023 by Roshan Parihar
HTML blockquote tag is used to show a block of quotes inside web pages. These block of quotes showing contents that are quoted from another source.
Syntax
1 |
<blockquote>Enter blockquote content here...</blockquote> |
Example
1 |
<blockquote>This is blockquote text.</blockquote> |
Output
This is blockquote text.
Resources and References of HTML blockquote tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github