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