【代码笔记】Web-CSS-CSS 语法
程序员文章站
2022-07-02 16:59:30
一,效果图。 二,代码。 参考资料:《菜鸟教程》 ......
一,效果图。
二,代码。
<!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>
参考资料:《菜鸟教程》
上一篇: sqlserver使用EF模型经验
下一篇: CSS-图片整合笔记