css中给元素设置下内边框为100像素的代码是

html-css018

css中给元素设置下内边框为100像素的代码是,第1张

css中给元素设置下内边框为100像素的代码是border-bottom-width:100px。。border-bottom是对对象下边边框设置样式单词,对层等对象设置下边框颜色、宽度、样式,所用CSSborder-bottom下边框底部边框属性实现。

这个得用Html做的

<form action="" method="get">

您喜欢的水果?<br />

<label><input name="Fruit" type="checkbox" value="0" />苹果 </label>

<label><input name="Fruit" type="checkbox" value="1" />桃子 </label>

<label><input name="Fruit" type="checkbox" value="2" />香蕉 </label>

<label><input name="Fruit" type="checkbox" value="3" />梨 </label>

</form>