?? 8-2.html
字號(hào):
<html>
<head>
<title>項(xiàng)目列表</title>
<style>
<!--
body{
background-color:#c1daff;
}
ul{
font-size:0.9em;
color:#00458c;
list-style-type:decimal; /* 項(xiàng)目編號(hào) */
}
li.special{
list-style-type:circle;
}
-->
</style>
</head>
<body>
<p>水上運(yùn)動(dòng)</p>
<ul>
<li>freestyle 自由泳</li>
<li>backstroke 仰泳</li>
<li class="special">breaststroke 蛙泳</li>
<li>butterfly 蝶泳</li>
<li>individual medley 個(gè)人混合泳</li>
<li>freestyle relay 自由泳接力</li>
</ul>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -