W3School TIY
编辑您的代码:
<html> <head> <style type="text/css"> h1 { font: 28px Verdana; color: blue; background: red; } </style> </head> <body> <h1>This is heading 1</h1> </body> </html>
查看结果: