latest Post

HTML Colors

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>

Output :




About Open Learning Creative

Open Learning Creative
Recommended Posts × +

0 comments:

Post a Comment

PHP Registration form using GET, POST Methods with example

Program : HTML Code <html> <head> <title>Student Info</title> </head> <body><center> ...