Close this window

Using the <quote> tag

Description The quote tag is used to insert a quotation, either inline or set apart in a block.
Example
This CNXML:
<para id="quoteexample">
  <quote src='http://tinyurl.com/bu393'> 
  "To be, or not to be: that is the question: 
  Whether 'tis nobler in the mind to suffer 
  The slings and arrows of outrageous fortune, 
  Or to take arms against a sea of troubles, 
  And by opposing end them?"</quote>
</para>
	
Results in this display:
"To be, or not to be: that is the question: Whether 'tis nobler in the mind to suffer The slings and arrows of outrageous fortune, Or to take arms against a sea of troubles, And by opposing end them?" [source]
Attributes (what's this?)
Children (what's this?)emphasis, code, term, cite, cnxn, link, foreign, quote, Unicode text
Parents (what's this?)para, meaning, note, item, caption, entry, emphasis, code, term, cite, cnxn, link, foreign, quote
Close this window