3种方法:1,inline2,internal:3,external:
1,inline:
<h1 style="color: red;">hel</h1>
2,internal:
<style>
h1{
color:blue;
}
</style>
3,external:
<link rel="stylesheet" type="text/css" href="css/style.css">

background-color
color:
font: .........= below
font-family=xxxx=字体
font-size=16px=大小
font-weight=100, bond, normal=粗细
light-height= 1.5em/ 1.3px=行高
class
.className{ //后面一样
来源:https://www.cnblogs.com/vhyc/p/12312300.html