编辑下面的代码:【加编码】
<html> <head> <style> p { color:red; text-align:center; } </style> </head> <body> <p>Hello World!</p> <p>This paragraph is styled with CSS.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂