Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
java
/
java-tests
/
testData
/
projectView
/
xmlStructureView
/
file1.html
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>