Prev Demo
HTML5
>
Colors
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>HTML colors</title> </head> <body> <p style="font-size:50px"> Different Colors</p> <h1 style="background-color:red">TechFunda</h1> <h2 style="background-color:blue">Dotnetfunda</h2> <h3 style="background-color:green">Kidsfundas</h3> <h4 style="background-color:violet">Itfunda</h4> <h5 style="background-color:yellow">Snarayan</h5> <h6 style="background-color:magenta">Funddovideo</h6> <h2 style="background-color:lime">Farmingfunda</h2> <h4 style="background-color:limegreen">Kidsfunda</h4> <h5 style="background-color:maroon">itfunda</h5> <h3 style="background-color:tomato">dotnetfunda</h3> </body> </html>
Note: We DO NOT save your trial code in our database.
Output