<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> css的文本属性 </title>
</head>
<body >
<p style="color:red;line-height:30px;letter-spacing:2px;background-color:silver;width:300px;height:300px;text-align:center;text-decoration:line-through">hello,word <br> 你好,二零一七</p>
<p style="text-indent:2em;font-size:20px;">“有人说,时间可以治愈一切。我不这么认为,伤口一直存在着,有时候,意识为了保护神志,会用伤疤覆盖,减轻伤痛,但它永远不会消失。”</p>
<p style="text-transform:uppercase;word-spacing:50px;">UITableView hhhh xxxx</p>
</body>
</html>
第一个p标签:
第二个p标签:
第三个p标签: