Prev Demo
CSS3
>
Background-Color Property
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> p { background-color:orange; } b { background-color:none; } div { background-color:green; } b { background-color:none; } </style> <p>This is TechFunda.com in 'P' element.</p> <b>This is TechFunda.com in 'B' element.</b> <br /> <br /> <div>This is TechFunda.com in 'DIV' element.</div> <br /> <h3>This is an INDIAN TechFunda.com</h3> </body> </html>
Note: We DO NOT save your trial code in our database.
Output