Color set by using RGB value

<html>
<body>

<p style="background-color:#87CEFA">
Color set by using hex value
</p>

<p style="background-color:rgb(135,206,250)">
Color set by using rgb value
</p>

<p style="background-color:lightSkyblue">
Color set by using color name
</p>

</body>
</html>

No comments:

Post a Comment