Tuesday, 21 December 2021

Html color

 <!DOCTYPE html>

<html>

<head>

   <title> Try It Yourself </title>

</head>

<body>

   <!-- changing background color using a color name -->

   <div style="background-color: black">

   

       

       <p style="color: #008080;"> We are Teal </p>

   

      

       <p style="color: rgb(0, 128, 128);"> We are Teal </p>

       

   </div>

</body>

</html> 


0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home