生成 红色背景宽度600高度100字体蓝色带下划线 css代码
<style>
div {
background-color: red;
width: 600px;
height: 100px;
color: blue;
text-decoration: underline;
}
</style>
<div>这是一段文字</div>
原文地址: https://www.cveoy.top/t/topic/1DA 著作权归作者所有。请勿转载和采集!