HTML Blockquote Tag
0 2843
HTML Blockquote <blockquote> Tag is used to denote a section of an article that is coming from another source. This tag is favourable for long quotations.
Usage:
It is useful when your content frequently uses extended quotes from another source, it modifies the alignment to make it unique from other sections.
The content must be written between opening (<blockquote>) and closing (</blockquote>) elements in HTML.
Browsers Support:
Google Chrome | Firefox | Safari | Internet Explorer |
Code:
<!DOCTYPE html> <html> <head> <title> blockquote Tag </title> </head> <body> <p><b> Blockquote Tag </b></p> <blockquote> Coding Tag : Online Code Learning-For Free </blockquote> </body> </html>
Output:
Share:
Comments
Waiting for your comments