style sheets.snp
来自「Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器」· SNP 代码 · 共 62 行
SNP
62 行
<!-- 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 + =
减小字号Ctrl + -
显示快捷键?