from表单

<a></a>a标签的作用
超链接
锚点
下载

<h1>-<h6>
<span></span>
<div></div>
表格单元格里 <td>可以换成<th>
<th>是加粗居中
<thead>表头 不管写在什么位置都会在最上面
<tfoot>表脚 不管写在什么位置都会在最下面

form 表单
value 传输值 名称
key
两个name相通时只能选择一个
<label>
<checked>
id
name
class
ID是唯一的
name 可以重复
必须在<form></form>里面
selected 选择
size 高度
灰色背景字 placeholder

属性 method
action

<input type="?"/>

原文地址:https://www.cnblogs.com/zhushijun/p/6691862.html