Difference between revisions of "HTML dt"
From Htmlpedia
m |
m |
||
Line 5: | Line 5: | ||
===Example=== | ===Example=== | ||
<pre> | <pre> | ||
− | <nowiki> | + | <nowiki><dl> |
− | <dl> | ||
<dt>Title</dt> | <dt>Title</dt> | ||
<dd>The subject of a writing; a short phrase that summarizes the entire topic.</dd> | <dd>The subject of a writing; a short phrase that summarizes the entire topic.</dd> | ||
− | </dl> | + | </dl></nowiki> |
− | </nowiki> | ||
</pre> | </pre> | ||
Line 36: | Line 34: | ||
* [http://www.w3.org/TR/xhtml11/ XHTML 1.1 Specification] | * [http://www.w3.org/TR/xhtml11/ XHTML 1.1 Specification] | ||
* [http://www.autisticcuckoo.net/archive.php?id=2005/01/11/block-vs-inline-1 Reading on block/inline] | * [http://www.autisticcuckoo.net/archive.php?id=2005/01/11/block-vs-inline-1 Reading on block/inline] | ||
+ | <math>Insert formula here</math> |
Revision as of 15:03, 20 May 2007
Contents
HTML dt
Definition and usage
A definition title in a definition list.
Example
<dl> <dt>Title</dt> <dd>The subject of a writing; a short phrase that summarizes the entire topic.</dd> </dl>
Attributes
- List
- of
- Attributes
Versions
Further notes, pertaining to specific versions of HTML:
- HTML 4
- yes/no
- XHTML 1
- yes/no
- XHTML 1.1
- yes/no
Parents/Descendants
Description of acceptable parent/child elements.
References
<math>Insert formula here</math>