redux示例教程_HTML项目符号列表教程和示例

redux示例教程

redux示例教程

The Bullet list is an old term used to express the HTML unordered list. Unordered list contains single or multiple items where these item lines start with a bullet. HTML bullet symbols can be changed into different symbols like Circle or Square easily by using styling.

项目符号列表是一个旧术语,用于表示HTML无序列表。 无序列表包含单个或多个项目,这些项目行以项目符号开头。 通过使用样式,可以将HTML项目符号轻松更改为不同的符号,例如圆形或正方形。

创建HTML项目符号列表 (Create HTML Bullet List)

The HTML unordered list can be used to create a bullet list. The default item style is the bullet.

HTML无序列表可用于创建项目符号列表。 默认项目样式为项目符号。

<html>
<body>

<h2>Disc Bullets</h2>

<ul>
<li>Turkey</li>
<li>USA</li>
<li>Germany</li>
<li>England</li>
</ul>

</body>
</html>
Create HTML Bullet List
创建HTML项目符号列表

创建HTML光盘项目符号列表(Create HTML Disc Bullet List )

Disc style is another alternative for the HTML bullet list we will use the style property of list by setting the list-style-type attribute as disc.

盘风格是我们将使用HTML符号列表另一种选择style通过设置列表的属性list-style-type属性的disc

<html>
<body>

<h2>Disc Bullets</h2>

<ul style="list-style-type:disc;">
<li>Turkey</li>
<li>USA</li>
<li>Germany</li>
<li>England</li>
</ul>

</body>
</html>
Create HTML Disc Bullet List
创建HTML光盘项目符号列表

创建HTML Circle项目符号列表(Create HTML Circle Bullet List )

Alternatively, we can create bullet lists by using Circle style. We will set the style as the circle like below.

或者,我们可以使用Circle样式创建项目符号列表。 我们将样式设置为如下所示的圆圈。

<html>
<body>

<h2>Disc Bullets</h2>

<ul style="list-style-type:circle;">
<li>Turkey</li>
<li>USA</li>
<li>Germany</li>
<li>England</li>
</ul>

</body>
</html>
Create HTML Circle Bullet List
创建HTML Circle项目符号列表

创建HTML Square项目符号列表(Create HTML Square Bullet List )

A square bullet list is another alternative. We will set the unordered list-style as the square in the following example.

方形项目符号列表是另一种选择。 在下面的示例中,我们将无序列表样式设置为正方形。

<html>
<body>

<h2>Disc Bullets</h2>

<ul style="list-style-type:square;">
<li>Turkey</li>
<li>USA</li>
<li>Germany</li>
<li>England</li>
</ul>

</body>
</html>
Create HTML Square Bullet List
创建HTML Square项目符号列表
LEARN MORE  Bullet Point Types and Creation In HTML and Word
了解更多HTML和Word中的项目符号点类型和创建

翻译自: https://www.poftut.com/html-bullet-list-tutorial-with-examples/

redux示例教程

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值