Blogger Information
Blog 2
fans 1
comment 0
visits 827
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
1.HTML学习-表格和表单
KK
Original
381 people have browsed it

Html基本内容学习-表格和表单

学习提纲

1.内容:学习htmld 表格和表单用法
2.目标:掌握html表格和表单的基本用法
3.方法:实例一个基本表格和一个表单

1.学习内容

掌握了表格所涉及的基本知识点:

  1. 表格: <table>
  2. 标题: <caption>
  3. 表头: <thead>
  4. 表体: <tbody>
  5. 表尾: <tfoot>
  6. 行: <tr>
  7. 列/单元格:<td>,<th>
  8. 向列合并: td/th.colspan
  9. 方向列合并: td/th.rowspan

掌握了表单所涉及的基本知识点:

  1. <form>: 表单控件的容器
  2. <fieldset>: 表单控件分组容器
  3. <label>: 控件标签名称
  4. <input>: 输入控件,类型由 type 属性决定
  5. <select>+<option>: 下载列表框
  6. <input>+<datalist>+<option>: 预定义列表框
  7. <textarea>: 文本域(多行文本框)
  8. <button>: 按钮,默认同步提交(type=”submit”)

2.学习方法

1.表格:通过实例实现了表格知识点
表格实践

2.表单:通过实例实现了表单知识点
表单实践

Correcting teacher:PHPzPHPz

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