📄 6.html
字号:
<html>
<head>
<title>CSS Demo</title>
<style>
ul { list-style-position: inside; }
ol { list-style-position: outside; }
</style>
</head>
<body>
<ul>
<li>DOS: Disk Operating System
<li>HTML: HyperText Markup Language
<li>FTP: File Transfer Ptotocol
<ol>
<li>HTTP: HyperText Transfer Protocol
<li>UNESCO: United Nations Educational, Scientific, and Cultural Organization
</ol>
<li>NATO: North Atlantic Treaty Orgnization
</ul>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -