Site hosted by Angelfire.com: Build your free website today!


<html>


<head>

<title>My first CSS page</title>


<style type=''text/CSS''>

h1  {font-size: 30px;  font-family: arial;}

h2  {font-size:15px;  font-family: courier;}

p  {font-size:  10px;  font-family: ''times new roman'' ;}

</style>


</head>


<body>

<h1>My first CSS page</h1>

<h2>This is how CSS works</h1>

<p>This is soooooo cool</p>

</body>


</html>