1,内部样式表(内嵌样式表) 在style中写样式,控制页面中样式2,行内样式表 标签内部设定3,外部样式表(推荐) <link rel="stylesheet" href="../../xxx.css">