[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-DD
Used inside the <dl> element to specify a definition description with indented left margins.
Attributes
None
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-DD
DD
UsageUsed inside the <dl> element to specify a definition description with indented left margins.
Attributes
None
Live Example
<html> <head><title>Definition Data 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]
