📄 11.html
字号:
<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© 1993.
<p class="fontstyle2">International CorrectSpell<sup>TM</sup> spelling correction system© 1993.
<p class="fontstyle3">International CorrectSpell<sup>TM</sup> spelling correction system© 1993.
<p class="fontstyle4">International CorrectSpell<sup>TM</sup> spelling correction system© 1993.
<p class="fontstyle5">International CorrectSpell<sup>TM</sup> spelling correction system© 1993.
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -