?? use fonts in style sheets.snp
字號:
<!-- A style sheet example of how to control your
pages by SETTING what things will do for the
whole page at once. You can put as many of these
attributes for any FONT in the HEAD tag. Then
text will appear as what you have set it for
all the time through out your page, IE 3.0+ -->
<HTML>
<HEAD>
<TITLE>This is a Style Sheet</TITLE>
<STYLE>
<!--
BODY { color : #FFFFFF;
font-size : 16pt;
font-family : Comic Sans MS}
P { color : #004080;
font-weight: medium;
font-style : normal;
font-size : 30pt;
font-family : Courier New,Arial}
H1 { color : #FF0000;
font-weight: bold;
font-size : 18pt;
font-family : Arial}
H2 { color : #008000;
font-weight: medium;
font-style : normal;
font-size : 100pt;
font-family : Arial}
-->
</STYLE>
</HEAD>
<BODY>
<CENTER><P>Hello there how are you ?</P>
<H1> I am fine, and you ?</H1>
Pretty cool huh ?
<H2> Yeah !</H2></CENTER>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -