首页 > 代码库 > css 层叠样式表
css 层叠样式表
css选择器
派生选择器
根据其元素在其上下文关系来定义样式
id选择器
<html> <head> <meta charset="utf-8" /> <link href="10.css" type="text/css" rel="stylesheet" /> <meta name="generator" content="HTML Tidy for HTML5 (experimental) for Windows https://github.com/w3c/tidy-html5/tree/c63cc39" /> <title></title> </head> <body> <p> <strong>p标签hello</strong> </p> <ul> <li> <!--如何给li标签单独加样式,派生 li strong{属性: 属性值}--> <strong>li标签hello</strong> </li> </ul> </body></html>
li strong { color:red;}strong{ color:blue;}
css 层叠样式表
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。