我是靠谱客的博主 苹果网络,这篇文章主要介绍div+css内部样式,现在分享给大家,希望可以做个参考。

<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内部样式内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(58)

评论列表共有 0 条评论

立即
投稿
返回
顶部