<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内部样式内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复