[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-DL
Used to specify indented and nonindented lists. Internal elements are <dt> and <dd> for these purposes.
Attributes
Specifies that the list should be in a compact form.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-DL
DL
UsageUsed to specify indented and nonindented lists. Internal elements are <dt> and <dd> for these purposes.
Attributes
compact
Specifies that the list should be in a compact form.
Live Example
<html> <head><title>DL Document Example</title></head> <body> <dl> <dt><b>Word 1</b></dt><dd>This corresponds to the meaning of word 1.</dd><br><br> <dt><b>Word 2</b></dt><dd>This corresponds to the meaning of word 2.</dd><br><br> </dl> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
