Prev Demo
Decimal Colors
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Decimal colors</title> </head> <body> <p style=" font-size:50px">Decimal colors</p> <h2 style="background-color:#FF0000"> DotNetFunda </h2> <h2 style="background-color:#00FF00"> fundoo video </h2> <h2 style="background-color:#0000FF"> farmingfunda </h2> <h2 style="background-color:#FFFF00"> kidsfunda </h2> <h2 style="background-color:#FF00FF"> dotnetfunda </h2> <h2 style="background-color:#00FFFF"> techfunda </h2> </body> </html>
Note: We DO NOT save your trial code in our database.
Output