H1 { color: red }
<LINK REL=STYLESHEET TYPE="text/css"
HREF="http://www.style.org/.css">
<STYLE TYPE="text/css">
@import http://style.com/basic
H1 { color: red }
</STYLE>
<H1 STYLE="color: red">
H1 { color: red }
H1.chapter { margin: 0 }
#x67y { font-size: small }
H1 EM { color: blue}
font-size: 12pt; font-family: gill serif; font-weight: bold; font-style: small-caps; line-height: 110%; font: bold x-large gill;
color: darkgreen; background: repeat url(marble) white; background: red/yellow fixed; background: url(logo) top right;Text properties
word-spacing: 1em; letter-spacing: 1em; text-decoration: underline; vertical-align: baseline; text-transform: uppercase; text-align: center; text-indent: 3emBox properties
margin: 1em; border: thick dotted green padding: 3cm width: 300px; height: 200px; float: left; clear: left;Classification properties
display: inline; list-style: roman white-space: preCSS values
A:link { color: red }
A:visited { color: blue }
A:active { color: orange }
P:first-line {
font-style: small-caps
}
P:first-letter {
font-size: 300%
}
Small-Caps