<dt></dt>

Description

   The <dt> tag is used to create a term in a definition list. It is used with a <dl> tag, which creates the list and usually precedes a <dd> tag, which creates an indented definiton for the term on the next line. (See <dl> and <dd>)

Code

   <dt>YOUR TEXT HERE</dt>

Appearance

  
YOUR TEXT HERE
/body>