11.html

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

HTML
21
字号
<html>
<head>
<title>CSS Demo</title>
<style>
body { font: 10pt verdana, sans-serif; }
.fontstyle1 { font: 11px/15px monotype; }
.fontstyle2 { font: 160% cursive; }
.fontstyle3 { font: x-small/90% "Georgia", "Times New Roman", serif; }
.fontstyle4 { font: bold italic large Century, serif; }
.fontstyle5 { font: normal small-caps 120%/120% fantasy; }
</style>
</head>

<body>
<p class="fontstyle1">International CorrectSpell<sup>TM</sup> spelling correction system&copy; 1993.
<p class="fontstyle2">International CorrectSpell<sup>TM</sup> spelling correction system&copy; 1993.
<p class="fontstyle3">International CorrectSpell<sup>TM</sup> spelling correction system&copy; 1993.
<p class="fontstyle4">International CorrectSpell<sup>TM</sup> spelling correction system&copy; 1993.
<p class="fontstyle5">International CorrectSpell<sup>TM</sup> spelling correction system&copy; 1993.
</body>
</html>

⌨️ 快捷键说明

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