如何使用JavaScript设置列表项标记类型?
要设置列表项标记类型的类型,请使用listStyleType属性。标记类型可以是正方形,圆形,dic等。
示例
您可以尝试运行以下代码以使用JavaScript设置列表项标记类型-
<!DOCTYPE html>
<html>
<body>
<ul id="myID">
<li>One</li>
<li>Two</li>
</ul>
<button type="button" onclick="displaySquare()">Update list style type (square)</button>
<button type="button" onclick="displayDecimal()">Update list style type (decimal)</button>
<script>
function displaySquare() {
document.getElementById("myID").style.listStyleType = "square";
}
function displayDecimal() {
document.getElementById("myID").style.listStyleType = "decimal";
}
</script>
</body>
</html>热门推荐
10 对患者生日祝福语简短
11 结婚祝福语简短装备
12 周岁祝福语学生文案简短
13 订婚领证祝福语简短精辟
14 导师获奖祝福语大全简短
15 新婚购房祝福语简短精辟
16 牛年祝福语简短的爱人
17 送芒果的祝福语简短
18 送给学长毕业祝福语简短