📄 1.html
字号:
<html>
<head>
<title>CSS Demo</title>
<style>
ul { list-style-type: square; }
ol { list-style-type: upper-alpha; }
</style>
</head>
<body>
<ul>
<li>MS-DOS
<li>Microsoft Windows
<ol>
<li>Windows 3.1
<li>Windows 95
<li>Windows 98
</ol>
</ul>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -