<head>
<style type="text/css">
选择器{
对象的属性1:属性值1;
对象的属性2:属性值2;
}
</style>
</head>
例如 更改段落字体
p{
font-size:14px;
color:red;