Close this window

Using the <note> tag

Description The note tag is used to add additional information that is related to text in a CNXML document, which you may want located outside the current body of text. These notes can be points of information, cautions, warnings, and so on.
Example
This CNXML:
<para id="noteexample">
  Chemistry lab was always a lot of fun. We 
  played with a lot of chemicals such as 
  Sulfuric and Hydrochloric acid. <note 
  type="warning">Sulfuric and Hydrochloric 
  Acid are very dangerous. Please handle with 
  caution.</note>
</para>
	
Results in this display:
Chemistry lab was always a lot of fun. We played with a lot of chemicals such as Sulfuric and Hydrochloric acid.
warning: Sulfuric and Hydrochloric Acid are very dangerous. Please handle with caution
Attributes (what's this?)
Children (what's this?)emphasis, code, term, cite, cnxn, link, foreign, quote, Unicode text
Parents (what's this?)para, content, section, example, meaning, proof, statement, problem, solution
Close this window