|
Tag | Description | Attributes |
---|---|---|
<DD>...</DD> | Inserts a definition description into a <DL> definition list. Used in conjunction with a <DT>...</DT> tag pair. | |
<DL>...</DL> | Inserts a definition list into the HTML document. Use the <DD> and <DT> tags to insert list items. | |
<DT>...</DT> | Unserts a definition title into a <DL> definition list. Used in conjunction with a <DD>...</DD> tag pair. | |
<LI>...</LI> | List item. Used with both ordered and unordered lists. The closing </LI> tag is optional. | SKIP=...(for ordered lists only) |
<OL>...</OL> | Ordered list. Creates a list with items presented in sequential order. | SEQNUM=... TYPE=... CONTINUE |
<UL>...</UL> | Unordered list. Creates a bulleted list of items presented in no particular order. | TYPE=... |
To the Main Gate | Back to the HTML3 Bible Directory | To the Foyer |