Files
2010-03-16 18:26:49 +03:00

12 lines
191 B
HTML

<HEAD>
<TITLE>CSS Example</TITLE>
<STYLE TYPE="text/css">
H1 { font-size: x-large; color: red }
H2 { font-size: large; color: blue }
</STYLE>
<BODY>
<P>text
<BR>text2
</BODY>
</HEAD>