Creating a Blockquote in HTML

About

A blockquote html element is an element that semantically creates a blockquote.

As every quote, this is a text visual and falls into the same category than an image

Example

<blockquote>
    <p>I didn't like the play, but then I saw it under adverse conditions - the curtain was up.</p>
    <cite>Groucho Marx</cite>
</blockquote>

where: cite is the cite element

Documentation / Reference





Discover More
CSS - Block Level (element|box)

Block-level refers to the (HTML) elements that are formatted visually as blocks. See for more information: Except for table boxes, and replaced elements, a block-level box can also be a block container...
HTML - (Document) Outline

This article talks: the extraction of the outline from a HTML document in order to create a HTML Table of Content The outline also known as the table of content is a list of one or more potentially...
HTML - (Element text Directionality | dir attribute)

The dir global attribute specifies the element's text directionality. The attribute is an enumerated attribute with the following keywords: The ltr keyword (left-to-right text) (default) The rtl...
HTML - (Flow|Body) Content

Most elements that are used in the body of documents and applications are categorized as flow content. Flow content consists of flow elements intermixed with normal character data. (ifbodhead...
HTML - Palpable content

As a general rule, elements whose content model allows any flow content or phrasing content should have at least one node in its contents: that is palpable content (Can be manipulated ?) and that...
Card Puncher Data Processing
Quote

A quote is a typographical effect that shows a short portion of text in a prominent ways. It's: a visual just like an image or illustration. that contains parenthetical content (ie content that refers...



Share this page:
Follow us:
Task Runner