Use blockquote to mark block quotation

Description

The blockquote element denotes a block content quoted from another source.

This element is similar to the q element, but is generally applied to larger amounts of quoted content.

The cite attribute can be used to supply a URL for the original source of the content.

Example

The following code uses the blockquote Element.


<!DOCTYPE HTML>
<html>
<body>
  <blockquote cite="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">
  Cascading Style Sheets (CSS) is a style sheet language used for
  describing the look and formatting of a document written in a markup language.
  </blockquote>
</body><!-- w w w.  java 2s  .c o  m-->
</html>

Click to view the demo





















Home »
  HTML CSS »
    HTML »




HTML Introduction
HTML Document
HTML Section
HTML Group Content
HTML Text Marker
HTML Table
HTML Form
HTML Embed