<!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">
.redtext {color:red;}
.greengoblins {Color:green;}
</style>
</head>
<body>
<p class ="redtext">I want this text to be red</p>
<p class ="greengoblins">I wish I was green</p>
</body>
</html>
<html>
<head>
<style type ="text/css">
.redtext {color:red;}
.greengoblins {Color:green;}
</style>
</head>
<body>
<p class ="redtext">I want this text to be red</p>
<p class ="greengoblins">I wish I was green</p>
</body>
</html>
Comments
Post a Comment