Prev Demo
CSS3
>
Empty
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> div:empty { color: green; background-color: pink; height: 20px; width: 50px; } </style> <p>This is Paragrapgh with content.</p> <br /> <div>This is Div with content.</div> <br /> <div></div> <br /> <b>This is Bold content.</b> </body> </html>
Note: We DO NOT save your trial code in our database.
Output