编辑下面的代码:【加编码】
<html> <head> <style> p:empty { width:100px; height:20px; background:#ff0000; } </style> </head> <body> <p></p> <p>A paragraph.</p> <p>Another paragraph.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂