html 列表点,HTML列表
HTML Lists
HTML lists allow web developers to group a set of related items in lists.
Example
An unordered HTML list:
Item
Item
Item
Item
An ordered HTML list:
First item
Second item
Third item
Fourth item
來試試吧 ?
Unordered HTML List
An unordered list starts with the
- tag. Each list item starts with the
- tag.
The list items will be marked with bullets (small black circles) by default:
Example
- Coffee
- Tea
- Milk
Ordered HTML List
An ordered list starts with the
- tag. Each list item starts with the
- tag.
The list items will be marked with numbers by default:
Example
- Coffee
- Tea
- Milk
tag describes each term:
Example
Coffee- - black hot drink
Milk- - white cold drink
來試試吧 ?
HTML List Tags
Tag
Description
Defines an unordered list
Defines an ordered list
Defines a list item
Defines a description list
Defines a term in a description list
Describes the term in a description list
For a complete list of all available HTML tags, visit our HTML Tag 參考.
來試試吧 ?
HTML Description Lists
HTML also supports description lists.
A description list is a list of terms, with a description of each term.
The
tag defines the term (name), and the總結
以上是生活随笔為你收集整理的html 列表点,HTML列表的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: mysql 多列union_Mysql联
- 下一篇: 2017年html5行业报告,云适配发布