?? style sheets.snp
字號:
<!-- A style sheet example of how to control your
pages by SETTING what things will do for the
whole page all the time. This covers backgrounds
for your whole page and certain areas you pick
to be different. Use our example of Fonts
also to enhance this look.If you want to use a
picture as a background use this tag instead of
the one shown:
BODY { background: url(yourpicture.gif) }
-->
<HEAD>
<TITLE>Your Title Here</TITLE>
<STYLE>
<!--
BODY { background: #000000 }
P { background: #FF0000 }
H1 { background: #0000A0;
color : #FFFFFF;
font-weight: bold;
font-size : 18pt;
font-family : Arial}
H2 { background: #FFFF00;
color : #000000;
font-weight: bold;
font-size : 30pt;
font-family : Arial}
BODY { color : #FFFFFF;
font-size : 16pt;
font-family : Comic Sans MS}
H3 { background: #FFFFFF;
color : #000000;
font-weight: bold;
font-size : 20pt;
font-family : Arial}
-->
</STYLE>
</HEAD>
<BODY>
<CENTER>
<H1>Cool</H1>
<P>Colors & Fonts</P>
<H2>...and neat Style Sheet stuff.</H2>
...and we really like it...
<H3>Alot !</H3>
</CENTER>
</BODY>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -