blob: 98dff75b7ccf6c43040326449dfd40ea11daf3a8 [file] [log] [blame]
<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>