码迷,mamicode.com
首页 > Web开发 > 详细

css同配选择器

时间:2017-02-08 21:09:46      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:lang   css   generator   body   rip   选择   head   gen   doctype   

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus?">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>css同配选择器</title>
<style type="text/css">
*{color: red}

</style>

 

</head>
<body>
<p>我是段落</p>
<h1>我是标题</h1>
<ul>
<li>我是列表</li>
</ul>



</body>
</html>

css同配选择器

标签:lang   css   generator   body   rip   选择   head   gen   doctype   

原文地址:http://www.cnblogs.com/caicai2480/p/6379840.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!