⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 6.html

📁 《CSS完全使用详解》 源文件下载 书籍源码
💻 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 + -