?? 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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -