mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 17:51:09 +07:00
12 lines
191 B
HTML
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>
|