<!DOCTYPE html>
<html>
<head>
<title>style属性例子</title>
</head>
<body>
<p style = "font-family:arial; color:#FF0000;">一些文本内容...</p>
</body>
</html>