Program :
<html>
<head><title> HTML Colors </title></head>
<Body>
<h1 style="border:2px solid tomato;"> Hello HTML </h1>
<h1 style="background-color:rgb(150,43,1);">...</h1>
<h1 style="background-color:#015512;">...</h1>
<h1 style="background-color:hsl(9,88%,15%);">...</h1>
<h1 style="background-color:rgba(150,43,1,0.3);">...</h1>
<h1 style="background-color:rgba(150,43,1,0.6);">...</h1>
<h1 style="background-color:rgba(150,43,1,0.9);">...</h1>
</Body>
</html>
0 comments:
Post a Comment