'color' Example : color « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'color' Example

    
<html>
<head>
<style>
.style1 { 
   font-family:verdana; 
   color:purple 
}
</style>
</head>
<body>
<p class="style1">A color text.</p>
</body>
</html>

    
      
      








Related examples in the same category

1.'color' Syntax and Note
2.'color' is applied to