国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Font color and background color settings

The code is as follows:

<!doctype html>
<html>
   <head>
      <meta charset="UTF-8">
      <title>css</title>
      <style type="text/css">
         div{
            background-color:red;
            color:yellow;
         }
      </style>
   </head>
   <body text="red">
      <h3>靜夜思</h3>
      <div>窗前明月光</div>
      <p>疑是地上霜</p>
      <div>舉頭望明月</div>
      <p>低頭思故鄉(xiāng)</p>
   </body>
</html>

div sets the font color div{color: color}

## Set the font color in body body{text:'color'}

The background color is backgroud-color: color

Effect display:

微信圖片_20180314155620.png

#<h1 style="background-color:gray;color:blue">Set the background color to gray. Text color is blue</h1>


Display:

微信圖片_20180314160104.png

# #
Continuing Learning
||
<?php echo "字體顏色背景色的設(shè)置";
submitReset Code