今天偶尔看到这么一个问题,然后便上网查了很多资料,也做了相应的实验,现在我们来简单的看一下CSS的执行顺序问题。 1、确定CSS样式的导入方式 通常情况下我们知道的CSS导入方式有如下四种: a、链入外部样式 —————-<link href="" rel="stylesheet" type="text/css"> b、内部样式表 —————–<style type="text/css">*{margin:0px;padding:0px;}</style> c、 内嵌样式 ——————<body style="background-color