HTML 中的
句法:
属性值:
对于有序列表项:
- 1:默认值。它用于指定数字有序列表。
- a:它以小写字母排列列表项。
- A:以大写形式排列列表项。
- i:以小写字母的形式将罗马数字中的列表项排列。
- I:它以大写字母的形式用罗马数字排列列表。
对于无序列表项:
- 光盘:这是默认值。它创建了一个实心圆。
- circle:它创建一个未填充的圆圈。
- 正方形:它创建一个填充的正方形。
注意: HTML 5 不支持
示例 1:
HTML
HTML li type Attribute
GeeksforGeeks
HTML list item type Attribute
Sorting Algorithms
- Merge sort
- Quick sort
- Insertion sort
HTML
HTML li type Attribute
GeeksforGeeks
HTML li type Attribute
Sorting Algorithms
- Merge sort
- Quick sort
- Insertion sort
输出:
示例 2:
HTML
HTML li type Attribute
GeeksforGeeks
HTML li type Attribute
Sorting Algorithms
- Merge sort
- Quick sort
- Insertion sort
输出:
支持的浏览器: HTML
- 谷歌浏览器
- IE浏览器
- 火狐
- 苹果浏览器
- 歌剧