css标签选择器

  

<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Hello,world</title>
    <!--<link rel="stylesheet" href="common.css">-->
    <style>
        .cs {
             color:red;
             font-size:19px;
        }
    </style>
</head>
<body>
    <div  class="cs">hello</div>
</body>
</html>
标签选择

 

posted @ 2017-06-07 14:12  DevOps_QXW  阅读(70)  评论(0)    收藏  举报