Prev Demo
Rgba()
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>rgba colors</title> </head> <body> <p style="font-size:30px">Rgba stands for red, gree, blue</p> <h3 style="background-color:rgb(255,0,0)"> TechFunda </h3> <h3 style="background-color:rgb(0,255,0)"> DotNetFunda </h3> <h3 style="background-color:rgb(0,0,255)"> Itfunda </h3> <h3 style="background-color:rgb(255,255,0)"> KidsFunda </h3> <h3 style="background-color:rgb(255,0,255)"> Farming Funda </h3> <h3 style="background-color:rgb(0,255,255)"> FundooVideo </h3> </body> </html>
Note: We DO NOT save your trial code in our database.
Output