Blogger Information
Blog 1
fans 0
comment 0
visits 378
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
CSS第一课
手机用户1566830214
Original
378 people have browsed it

第一节CSS样式

label标签的使用

  1. <label></label>
  2. 绑定
  3. <label for="">
  4. </label>
  5. for的参数与其他参数的id绑定

input表框

  1. <input type="" name="" id>
  2. 表框的格式

select下拉列表

select(name)+ option (value)
<select name="" id="">
<option value=""><option>
</select>

redio单选按钮

  1. <input type="radio" name="gender" >
  2. <input type="radio" name="gender" >
  3. name值必须相同,单选效果才可实现
  4. 默认值在type中添加checked

多选框

  1. <input type="checkbox" name="hobby[]" id="">
  2. name属性必须+【】,设置为宿主格式
Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:你这是什么作业, 有这个作业吗? 作业到群公告中看
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post