<textarea cols="50" rows="10">在這里輸入內容...</textarea>
2022-05-31
<input type="text" placeholder="請輸入用戶名">
<input type="password" placeholder="請輸入密碼">
<input type="password" placeholder="請輸入密碼">
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
最贊回答 / 麥麥提亞森
type="text/css"是指定MIME類型,其中:? ?? text是指對象為網頁中的文本? ?? css或是javascript是指當前指定的文本類型
2022-05-21
.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