概述
<html>
<head>
<title>div+css内部样式</title>
<style>
#a font,#c font{
color:green;
font-family:楷体;
font-size:80px;
}
.b font{
color:pink;
font-family:隶书;
font-size:80px;
}
</style>
</head>
<body>
<div id="a">
<font>河北</font><hr/>
</div>
<div class="b">
<font>供热</font><hr/>
</div>
<div id="c">
<font>和人</font><hr/>
<font>供热</font><hr/>
</div>
</body>
</html>
最后
以上就是苹果网络为你收集整理的div+css内部样式的全部内容,希望文章能够帮你解决div+css内部样式所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复