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

css选择器

时间:2018-09-04 19:50:34      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:选择   order   css选择器   src   段落   set   utf-8   分享图片   type   

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>css</title>
<style>
*{border:1px solid red;
}
</style>
</head>
<body>
<p>段落</p>
<b>加粗</b>
<span>无</span>
</body>
</html>

技术分享图片

通用选择器 是所有的元素.

 



css选择器

标签:选择   order   css选择器   src   段落   set   utf-8   分享图片   type   

原文地址:https://www.cnblogs.com/ningjie/p/9587972.html

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