展开全部
内部样式是包含在网页文件中的样式
例如:
<style>
body {
color:red;
}
</style>
外部样式是在页面中引用一个.CSS文件,
例如:
<link href="http://zhidao.baidu.com/ikqb.css" rel="stylesheet" type="text/css">
在这个CSS文件中,有样式定义
body {
color:red;
}
例如:
<style>
body {
color:red;
}
</style>
外部样式是在页面中引用一个.CSS文件,
例如:
<link href="http://zhidao.baidu.com/ikqb.css" rel="stylesheet" type="text/css">
在这个CSS文件中,有样式定义
body {
color:red;
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询