HTML Tutorial
Menu
HTML Forms
Menu
HTML Graphics
Menu
HTML Media
Menu
HTML API
Menu
HTML Quotation and Citation Elements
HTML <blockquote> for Quotations
Example
Browsers usually indent blockquote elements.
For nearly 60 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by more than one million members in the United States and close to five million globally.
Output:
Browsers usually indent blockquote elements.
For nearly 60 years, WWF has been protecting the future of nature. The world’s leading conservation organization, WWF works in 100 countries and is supported by more than one million members in the United States and close to five million globally.
HTML for Short Quotations
The HTML tag is used for short quotation.
Browsers inserst quotation marks around the quotation.
Example:
Browsers usually insert quotation marks around the q element.
WWF's goal is to: Build a future where people live in harmony with nature.
Output:
Browsers usually insert quotation marks around the q element.
WWF’s goal is to: Build a future where people live in harmony with nature.