Close this window

Using the <term> tag

Description The term tag is used to mark a word or phrase being defined. It can be used inside a definition tag or in regular text. Words marked with the term tag appear in the index that is compiled when a course is published.
Example
This CNXML:
<para id='termexample'>
  A <term>square</term> is a 
  rectangle with equal sides.
</para>
	
Results in this display:
A square is a rectangle with equal sides.
See the definition example for another use of the term tag.
Attributes (what's this?)
Children (what's this?)emphasis, code, term, cite, cnxn, link, foreign, quote, Unicode text
Parents (what's this?)definition, seealso, para, meaning, note, item, caption, entry, emphasis, code, term, cite, cnxn, link, foreign, quote
Close this window