XHTML and CSS Tutorial - 17 - RGB Color and Line Spacing


<!DOCTYPE html PUBLIC” -//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml/DTD/xhtmll-transitional.dtd>

<html>

<head>
<style type ="text/css">
h1 {color : red;}
</style>

</head>

<body>

<h1> Thilebans Bacon Wagon</h1>

<p>Bets bacon on this side of the MississippiBets bacon on this side of the Mississippi Bets bacon on this side of the MississippiBets bacon on this side of the Mississippi Bets bacon on this side of the MississippiBets bacon on this side of the Mississippi v </p>

</body>

</html>

<!DOCTYPE html PUBLIC” -//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml/DTD/xhtmll-transitional.dtd>

<html>

<head>
<style type ="text/css">
h1 {color : #daf30a ;}
</style>

</head>

<body>

<h1> Thilebans Bacon Wagon</h1>

<p>Bets bacon on this side of the MississippiBets bacon on this side of the Mississippi Bets bacon on this side of the MississippiBets bacon on this side of the Mississippi Bets bacon on this side of the MississippiBets bacon on this side of the Mississippi v </p>

</body>

</html>

<!DOCTYPE html PUBLIC” -//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml/DTD/xhtmll-transitional.dtd>
<html>

<head>
<style type ="text/css">
h1 {color:#d68d1a;}
P {line-height : 200%;}
</style>
</head>

<body>
<h1>Thilebans Bacon Wagon </h1>
<p>Bets on this side of the Mississippi Bets on this side of the Mississippi Bets on this side of the Mississippi Bets on this side of the Mississippi Bets on this side of the Mississippi Bets on this side of the Mississippi Bets on this side of the Mississippi Bets on this side of the Mississippi Bets on this side of the Mississippi  </p>

</body>
</html>


Comments