<doctype html> <html> <head> <meta charset="utf-8"> <title>study</title> <link rel="stylesheet" href="study.css" type="text/css"> <style> /* p{font-family: }字体选择 */ /* text-align: center 排版 居中 */ /* line-height 行高 */ /* text-indent: 2em 首行缩进 */ /* text-decoration: underline 下划线 text-decoration: line-through 中划线 text-decoration: overline 上划线 */ /* vertical-align: middle 文本图片水平对齐 */ p{font-family: 华文行楷;font-size: 30px;color:lightblue;} </style> </head> <!-- css 1.有效传递页面信息 2.美化网页 3.凸显页面主题 4.提高用户体验 --> <body> <h1>三行情书</h1> <p> 螃蟹在剥我的壳,笔记本在写我。 </p> <p> 漫天的我落在枫叶雪花上。 </p> <p> 而你在想我。 </p> </body> </html>
标签:font,family,样式,text,decoration,line,文本,css From: https://www.cnblogs.com/xiaoxiaodeyan/p/17206629.html