<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>认识CSS样式</title>
<style type="text/css">
p{
font-size:
20px;
color:
red;
font-weight:
bold;
}
</style>
</head>
<body>
<p>你的努力,也许有人会讥讽;你的执着,也许不会有人读懂。在别人眼里你也许是小丑,在自己心中你就是国王!</p>
</body>
</html>
转载于:https://www.cnblogs.com/Riona-C/p/7096684.html
转载请注明原文地址: https://mac.8miu.com/read-52269.html