Close this window

Using the <item> tag

Description The item tag is used to specify an item of a list. It appears only as the child of list tags.
Example
This CNXML:
<list id='forcesexample'>
  <name>Four fundamental forces</name>
  <item>Electromagnetism</item> 
  <item>Gravity</item> 
  <item>Strong nuclear force</item>
  <item>Weak nuclear force</item>
</list>
	
Results in this display:
Attributes (what's this?)
Children (what's this?)name (one, optional), emphasis, code, term, cite, cnxn, link, foreign, quote, definition, rule, figure, media, table, list, exercise, equation, note, Unicode text
Parents (what's this?)list
Close this window