Prev Demo
CSS3
>
Class
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> .myClass { background-color: Fuchsia; border: 1px solid #c0c0c0; } </style> <div>This is text inside the DIV</div> <p class="myClass">This is some text.</p> <b>This is the BOLD text</b> </body> </html>
Note: We DO NOT save your trial code in our database.
Output