HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> p:empty{ border: 1px solid black; } </style> </head> <body> <h1>CSS :empty Selector</h1> <p></p> <p>This is paragraph.</p> </body> </html>
OUTPUT
×

Save as Private