编辑下面的代码:【加编码】
<html> <head> <style type="text/css"> h1 {color:green;} p {color:black;} </style> </head> <body> <div> <style type="text/css" scoped> h1 {color:red;} p {color:blue;} </style> <h1>This heading should be red</h1> <p>This paragraph should be blue.</p> </div> <h1>This heading should be green</h1> <p>This paragraph should be black.</p> <p><b>Note:</b> The scoped attribute is currently supported only in Firefox.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂