Functions and usage of dl, dt, and dd

Source: Internet
Author: User

Functions and usage of dl, dt, and dd

The <ul> or <ol> label is usually used when a list is used during webpage creation, but the <dl> label is rarely used. However, these three labels play a role that cannot be ignored, after all, use existing tags as much as possible in Web standards. Their purposes are:

<Dl> </dl> is used to create a common list,

 

<Dt> </dt> is used to create upper-layer projects in the list,

<Dd> </dd> is used to create the lowest-level project in the list,

<Dt> </dt> and <dd> </dd> must be placed between <dl> </dl> flag pairs.

The following code is available:


<Html>
<Head>
<Title> a common list </title>
</Head>
<Body text = "blue">
<Dl>
<Dt> bbbbb </dt>
<Dd> North c </dd>
<Dd> Upload c </dd>
<Dd> Guang c </dd>
<Dt> mmmmm </dt>
<Dd> seconds </dd>
<Dd> s Jia Ge </dd>
<Dd> About s </dd>
</Dl>
</Body>
</Html>

We can see that the text in the middle of <dt> </dt> is instantly not indented. How can it move forward, the content in the <dd> </dd> is automatically indented backward. This has been used in Tencent news comments.

Related Article

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.