Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You can use block quotes to set off a passage of text from the rest of the document. In the browser, the <blockquote> tag typically adds an equal amount of extra space on both sides of the text. Block quotes are commonly used with quoted text or excerpts from other sources. Another way to add space around blocks of text is with CSS styles. You can also change color, font size, and other characteristics of your blocks of text with CSS. See Chapter 5 for details.
Note
You can mark text within a passage as quoted using the <q> and </q> tags. The web browser adds quotation marks to the surrounded text.