【代码笔记】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

相关文章
相关标签/搜索