Tag Definition: dt
Generated by rlextra version 3.6.13
Attributes
Name |
Required? |
Default_Value |
Values |
Can contain |
Purpose
This lets you define within a description list some terms/names like in html.
Example usage
<story>
<dl>
<dt><p>Coffee</p></dt>
<dd><p>beans</p></dd>
<dt><p>Cocoa</p></dt>
<dd><p>beans</p></dd>
</dl>
</story>
Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.