标签:inf doc pre lang div col style ext src
运行效果:
源代码:
1 <!DOCTYPE html> 2 <html lang="zh"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>学习使用CSS</title> 6 <style type="text/css"> 7 p{ 8 font-family: "宋体"; 9 text-align: center; 10 } 11 12 body{ 13 color: red; 14 font-size: 1em; 15 } 16 </style> 17 </head> 18 <body> 19 <p>这是一个CSS测试页面</p> 20 这是一行普通的文字! 21 </body> 22 </html>
标签:inf doc pre lang div col style ext src
原文地址:https://www.cnblogs.com/yijiahao/p/11811324.html