The HTML blockquote tag is used to create quotes in block form. This tag has only one attributes which is cite. This attribute is used to specify from which website the quotes is gotten from, thus the Value for the cite attribute is url.
As noted earlier, blockquote HTML tag specify a quote in block form, thus you are not required to use this tag if you want the quote to be inline with the rest of the text/content of the page.
The HTML blockquote tag is supported by all major browsers which are Google Chrome, Microsoft Edge, Safari, Mozilla Firefox, and Opera.
When display the blockquote tag, most browser use this CSS setting:
Like every other HTML tags, the bloquote tag come in pair, that is, the opening and closing tag. So the actual quote is placed in-between the tag.
Also Read:
As noted earlier, blockquote HTML tag specify a quote in block form, thus you are not required to use this tag if you want the quote to be inline with the rest of the text/content of the page.
The HTML blockquote tag is supported by all major browsers which are Google Chrome, Microsoft Edge, Safari, Mozilla Firefox, and Opera.
When display the blockquote tag, most browser use this CSS setting:
blockquote {But of cause, you can override this if you wish by specifying yours.
display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 40px;
margin-right: 40px;
}
Like every other HTML tags, the bloquote tag come in pair, that is, the opening and closing tag. So the actual quote is placed in-between the tag.
Also Read:
- Is The HTML Anchor rel Attribute Useful To Browsers?
- Working With border-radius CSS3 Property
- How To Manipulate The Speed Of The Marquee HTML Tag
- The Code/HTML Entities For Adding Three Dot/Ellipsis "..." To Words (Tips To Website Developers)
- Creating Scrollable Box In A Webpage Using CSS
Team +Pinfoltd
0 comments: