标签:html5 定义 出现 选择器 测试 img 不同的 red 推荐
img
标签的alt
与title
有什么异同?<source
<audio>
<track>
<time>
<style>
.outer {
height: 50px;
}
.inner {
width: 120px;
height: 100px;
}
</style>
<div class="outer">
<span class="inner">content</span>
</div>
box-sizing: border-box
中说法正确的是?div{backgroud-image:url(images/bg.gif);}
div{backgroud-image:url(images/bg.gif) repeat-x;}
div{backgroud-image:url(images/bg.gif) repeat-y;}
div{backgroud-image:url(images/bg.gif) repeat;}
&td{
font-size:12px ,
font-color:666666;
};
<style>
div > #title{color: blue;}
div > h3#title.title{color: red;}
[lang=”en”] h3.title{color: green;}
[lang=”en”] #title{color: gray;}
</style>
<div lang=”en”>
<h3 id=”title” class=”title”>hello</h3>
</div>
p {text-size:bold}
可以使字体变粗a {text-decoration:none}
可以使超链接没有下划线text-transform:uppercase
将文本中的内容转换成大写border-width:10px 1px 5px 20px
可以使容器的上边框 10 像素、下边框 5 像素、左边框 20 像素、右边框 1 像素:nth-child(an+b)
中n的取值从0开始_______
_______
时可清除左右两边浮动_______
中。_______
属性可为元素设置外边距。_______
时可取消元素的浮动_______
_______
_______
_______
<div>
标签出现滚动条需要为该标签定义样式 _______
标签:html5 定义 出现 选择器 测试 img 不同的 red 推荐
原文地址:https://www.cnblogs.com/fuyanz/p/14291445.html