DL DT DD Label

Source: Internet
Author: User

The <dl> tag defines a definition list that defines the entries in the list by using the <dt> tag (definition title, defining the caption) and <dd> Description ", definition description) created. <dt> gives the term name,<dd> tag gives the definition of the term. 
That is, <dt> is used to create top-level items in the list,<dd> used to create the lowest-level items in the list,<dt> and <dd> must be placed between the <dl></dl> flag pairs.
<dl>
<dt> We're doing a list title </dt>
<dd> We are doing a list </dd>
<dd> We are doing a list </dd>
<dd> We are doing a list </dd>
<dd> We are doing a list </dd>
</dl>
Http://zhidao.baidu.com/link?url=NYjIKhIhh6L0ByHivj1Pea9cENY4EZkqinB2gTPM5iM9zeNjRlIyT3WOr7Un_ynvd8Bo8tojaMRZnExEifVIxq

DL DT DD is a set of combination labels, using the DT DD outermost layer must use the DL package
  1. <html>
  2. <body>
  3. <H1> A definition list:</H1>
  4. <dl>
  5. <DT>css website </dt>
  6. <dd> URL is www.divcss5.com</dd>
  7. <DT>div CSS website </dt>
  8. <dd> URL is www.divcss5.com</dd>
  9. <DT>div+css website </dt>
  10. <dd> URL is www.divcss5.com</dd>
  11. </dl>
  12. </body>
  13. </html>

Http://www.divcss5.com/html/h88.shtml#no1

DL DT DD Label

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.