css怎么做打勾的方框

html-css010

css怎么做打勾的方框,第1张

这个得用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>

引入jquery。根据css操作流程显示,css引入jquery在密码框前加个勾选框。CSS全称CascadingStyleSheet层叠样式表,是专用用来为HTML标签添加样式的。