More about Properties: Style
Property Reference
There are three ways.
H1 {font-family: Arial; font-size: 40pt; Color:red}
P {font-size:12pt; line-height:20pt}
<HEAD> <LINK REL="stylesheet" TYPE="text/css" HREF="samp.css"> </HEAD> <BODY> <H1>Today is fine.</H1> <P> Long before the advent of TV weather forecasters, people used tabletop glasses like a spherical flask to predict upcoming changes in weather. </P> </BODY>
<HEAD>
<STYLE TYPE="text/css">
H1 {font-family: Arial; font-size: 40pt; Color:red}
P {font-size:12pt; line-height:20pt}
</STYLE>
</HEAD>
<BODY>
<H1>Today is fine.</H1>
<P>
Long before the advent of TV weather forecasters,
people used tabletop glasses like a spherical flask
to predict upcoming changes in weather.
</P>
</BODY>
<BODY> <H1 STYLE="font-family: Arial; font-size: 40pt; Color:red">Today is fine.</H1> <P STYLE="font-size:12pt; line-height:20pt"> Long before the advent of TV weather forecasters, people used tabletop glasses like a spherical flask to predict upcoming changes in weather. </P> </BODY>
Network Communication Design
http://ncdesign.kyushu-id.ac.jp/
C&P 1994-1996 Yuriko Ienaga v91102@vgenda.kyushu-id.ac.jp