1.html

来自「《CSS完全使用详解》 源文件下载 书籍源码」· HTML 代码 · 共 13 行

HTML
13
字号
<html>
<head>
<title>CSS Demo</title>
<style>
body { font-family: "Times New Roman", Times, Serif; }
</style>
</head>

<body>
<p style="font-family: 'Times New Roman', Times, Serif;">Take advantage of tips, free downloads, and friendly experts who can answer your questions and make your time at the computer safer, easier, and more fun. 
</p>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?