Information sort information in Web pages is displayed

Source: Internet
Author: User

Usually when we browse the Web page, we often see the list information shown.

So today we're going to learn the sort of information displayed in the next page

List tags

1. Use of Marks

List tags can create general unordered lists, numbered lists, and three ways of defining lists. You can also nest another list in one list, making it easy to summarize a series of related content.

2. unordered List

Grammar:

<ul type= "Bullet type" >      <li type= "bullet type" > Content 1</li>...</ul>


Kind

<span style= "color: #cc0000;" >  </span>

Results such as


3. ordered list

Grammar:

<ol start= "list start" type= "Bullet type" >      <li> content 1</li>...</ol>


Property name

Property value

Description

Type

1

Represents 1,2,3,4

A

Identify a,b,c,D

A

Denotes A,B,C

I

Denotes I II III

L

Represents l LL lll

Kind

  

Results such as


4. Customizing the list

Grammar:

<dl><dt> title 1</dt><dd> content 1</dd><dt> Title 2</dt><dd> content 2</dd>< /dl>


<dl></dl>: definition List

<dt></dt>: Represents a project

<dd></dd>: indicates a more detailed explanation of the content under an item

Kind

  


Results such as

              to be continued

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.