编辑下面的代码:【加编码】
<html> <head> <style> p:only-child { background:#ff0000; } </style> </head> <body> <div><p>This is a paragraph.</p></div> <div><span>This is a span.</span><p>This is a paragraph.</p></div> <p><b>Note:</b> Internet Explorer 8 and earlier versions do not support the :only-child selector.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂