HTML Tutorial - 11: The Blockquote and Quote Tags


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to HTML Tutorial - 11: The Blockquote and Quote Tags

<blockquote> HTML Tag
https://html.com/tags/blockquote/

What does <blockquote> HTML Tag do? The <blockquote> element defines a block of text that is a direct quotation. The <quote> element should be used when a quotation is presented inline with the surrounding text, but when the quotation is

HTML blockquote tag - Tutorials List - Javatpoint
https://www.javatpoint.com/html-blockquote-tag

HTML <blockquote> tag. HTML <blockquote> tag is used to define a block of text which is quoted from another source. The Browser usually displays the content within <blockquote> tag as indented text. If you want to insert a long quote the

HTML blockquote tag - W3Schools Online Web Tutorials
https://www.w3schools.com/TAGS/tag_blockquote.asp

Definition and Usage. The <blockquote> tag specifies a section that is quoted from another source.. Browsers usually indent <blockquote> elements (look at example below to see how to remove the indentation).