一,效果圖。css
二,代碼。html
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>CSS 語法</title> <style> p { color: red; text-align: center; } </style> </head> <body> <p>Hello world!</p> <p>this paragraph is styled with css</p> </body> </html>
參考資料:《菜鳥教程》this