Change Font Size: Previous / Next / Directory List
8.3. HTML dl labels
Dl labels - since HTML definition list representatives
- Dl label is the pair to
<dl>, </ dl>end - Since the beginning of the list of definitions used
<dl>label, the list the title of each element in the use of<dt>(definition term) definition, follow behind<dd>(definition description) elements used to describe the contents of the list. - Attribute:
- Common - general attributes
- Dl is the English abbreviation definition lists
- Trackback Address: http://www.nt22.com/xhtml-html/tag_dl/
Example
<dl> <dt>Www</ dt> <dd>World Wide Web acronym.</ Dd> <dt> nt22 </ dt> <dd> NT22Tutorial.</ Dd> <dd>www:).</ dd> <dt>com</ dt> <dt>com.cn</ dt> <dt>cn</ dt> <dd>This is the domain name suffix.</ dd> </ dl>
Tips: not all dt labels corresponding to a dd, can be one-to-many or new Doula (like the example above)
Extended reading
- CSS list-style-type attributes
- CSS list-style-image attribute
- CSS list-style-position attributes
