Dl,dt,dd,ul,li,ol differences in HTML lists and their applications

Source: Internet
Author: User

Dl,dt,dd,ul,li,ol differences in HTML lists and their applications 

Dl,dt,dd,ul,li,ol differences in HTML lists and their applications

Tools/Materials
    • HTML,DW Software
Method/Step
    1. 1

      Unordered list

      An unordered list is a list of items that are marked with a bold dot (typically a small black circle).

      The unordered list starts with the <ul> tag. Each list item starts at <li>.

    2. 2

      Ordered list

      Similarly, a sequence table is a list of items that are marked with numbers.

      The sequence list starts with the <ol> tag. Each list item starts with the <li> label.

    3. 3

      Definition List

      A custom list is not just a column of items, but a combination of items and their annotations.

      The custom list starts with the <dl> tag. Each custom list item starts with <dt>. The definition of each custom list item starts with <dd>.

    4. 4

      Different types of ordered lists

      This example shows the different types of ordered lists.

    5. 5

      This is the HTML list tag we used to

      END
Precautions
    • Paragraphs, line breaks, pictures, links, and other lists can be used within all of the list items above

Dl,dt,dd,ul,li,ol differences in HTML lists and their applications

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.