实例代码:
<!doctype html>
<head>
<meta charset="utf-8">
<style type+"text/css">
sanp.yell{
background-color:yellow;
}
</style>
</heal>
<html>
<body>
<h1>这是一个文本背景颜色的实例</h1>
<p><sanp class="yell">这段文本的背景颜色为黄色,</sanp>这段文本的背景颜色为黄色,这段文本的背景颜色为黄色,这段文本的背景颜色为黄色,这段文本的背景颜色为黄色,<sanp class="yell">这段文本的背景颜色为黄色。</sanp></p>
</body>
</html>
运行效果:
评论