<input type="text" placeholder="請(qǐng)輸入用戶名">
<input type="password" placeholder="請(qǐng)輸入密碼">
<input type="password" placeholder="請(qǐng)輸入密碼">
2022-05-31
<a herf="http://www.baidu.com" target="_self">百度</a>
<a herf="http://www.baidu.com" target="_blank">百度</a>
是嗎?
<a herf="http://www.baidu.com" target="_blank">百度</a>
是嗎?
2022-05-31
.box {
border: 1px solid #00ee00;
height: 300px;
position:relative;
}
.box1 {
position:absolute;
width: 200px;
height: 200px;
border: 1px solid red;
left:50%;
margin:50px auto;
}
border: 1px solid #00ee00;
height: 300px;
position:relative;
}
.box1 {
position:absolute;
width: 200px;
height: 200px;
border: 1px solid red;
left:50%;
margin:50px auto;
}
2022-05-17
ul 是 Unordered List(無(wú)序列表)的縮寫。
不是應(yīng)該 相對(duì)于上和左移動(dòng)50%之后 margin-top和margin-left的負(fù)值是寬度一半加上border嗎?講解里面應(yīng)該是-101吧。border還有1呢
2022-03-30
創(chuàng)建表格的四個(gè)元素:table、tr、th、td