Arrange List control labels

Source: Internet
Author: User

Arrange list control tags you can create generic lists, numbered lists, or add emphasis lists, and define lists. You can also nest another list in one list. The list is very convenient for summarizing the content on the Internet.

3.1 No serial number bill of quantities <ul> and <li>

Format:

<ul>

<li>...</li>

<li>...</li>

<li>...</li>

</ul>

Function: <ul> the beginning of the unordered column list.

</ul> the end of the presentation.

<li>...</li> represents a project.

Properties of <ul>: List of all controls in the interior, property values same as <li>

Properties of <li>: Values inside this label, with precedence higher than <ul>

Property Name Property Value Description

Type Dise solid Circle (default value)

Circle Hollow Circle

Square Solid Square

3.2 Numbered bill of quantities <ol> and <li>

Format:

<ol>

<li>...</li>

<li>...</li>

<li>...</li>

</ol>

Function: <ol> the beginning of the Ordered column list.

</ol> the end of the presentation.

<li>...</li> represents a project.

Properties of <ol>

Property Name Property Value Description

Type 1 means to represent the 1,2,3,4.

A means to express it in A,b,c,d.

A means to express it in A,b,c,d.

I is expressed in I,ii, III.

I means to express it in I,II,III.

3.3 Combined application of unordered and ordered lists

Format:<ul>

<li>

.....

<ol>

<li>...</li>

<li>...</li>

<li>...</li>

</ol>

</li>

<li>

                                 .....

<ol>

<li>...</li>

<li>...</li>

<li>...</li>

</ol>

</li>

</ul>

3.4 Narrative list (definition list)

Format:

<dl>

<dt>...</dt>

<dd>...</dd>

<dd>...</dd>

<dd>...</dd>

<dt>...</dt>

<dd>...</dd>

<dd>...</dd>

<dd>...</dd>

</dl>
Function: The beginning of the <dl> narrative list, the entire area

<dt> represents the title of an item

<dd> represents more detailed content under an item and is automatically indented

Arrange List control labels

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.