HTML dl labels - HTML list - Guide to HTML, XHTML Guide

Change Font Size: / / Directory List

8.3. HTML dl labels

8.3.1. HTML dt Tags List
8.3.2. HTML dd List Description Tags
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:
  • 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> NT22 Tutorial. </ 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)

Examples of HTML dl labels

Extended reading

  • CSS list-style-type attributes
  • CSS list-style-image attribute
  • CSS list-style-position attributes