例如
<html> <head> <style> body { color: green; font-family: Arial; } </style> </head> <body> <p> 这是个段落 </p> </body> </html>
0