css
当页面中定义了 相同 的CSS 样式 时 遵循 如下 原则 优先级 (高 - 低)
优先应用 行内 CSS (<div style="background-color:#669933;">)
其次是 页面中定义 的CSS (一般写在<head></head>标签中)
最后是 外部导入 的 CSS (<link href="CSS/index.css" rel="stylesheet" type="text/css"> 方式导入)
优先应用 行内 CSS (<div style="background-color:#669933;">)
其次是 页面中定义 的CSS (一般写在<head></head>标签中)
最后是 外部导入 的 CSS (<link href="CSS/index.css" rel="stylesheet" type="text/css"> 方式导入)
邮箱:wangh_2@sina.com