📄 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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -