Close this window

Using the <cite> tag

Description The cite tag is used to refer to non-electronic materials (ones without a hypertext link). It typically will contain the title of the work.
Example
This CNXML:
<para id="citeexample">
  <cite>A Tale of Two Cities</cite> is a 
  classic novel by Charles Dickens.
</para> 
	
Results in this display:
A Tale of Two Cities is a classic novel by Charles Dickens.
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