W3School TIY
(请在下面的文本框中编辑您的代码,然后单击此按钮测试结果。)
编辑您的代码:
<html> <head> <style type="text/css"> #mostImportant {color:red; background:yellow;} </style> </head> <body> <h1 id="mostImportant">This is important!</h1> <p>This is a paragraph.</p> <p>This is a paragraph.</p> <p>This is a paragraph.</p> <p>...</p> </body> </html>
查看结果: