HTML Blockquote Tag | How works Blockquote Tag in HTML
×

HTML Blockquote Tag

2656

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
Google ChromeFirefoxSafari BrowserInternet Browser

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:

Result - HTML Blockquote Tag



Best WordPress Hosting


Share:


Discount Coupons

Get a .COM for just $6.98

Secure Domain for a Mini Price



Leave a Reply


Comments
    Waiting for your comments