【代碼筆記】Web-CSS-CSS 語法

一,效果圖。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

相關文章
相關標籤/搜索