<input type='radio'> 單選內容
<label for="woman"> for屬性指向id名 <input type="radio" name="sex" id="woman">女 </label>
<input type='checkbox'> 多選內容
<select> <option>下拉內容</option> </select>
<textarea></textarea>
禁止縮放css
textarea{ resize:none; }
<input type='file'>
<fieldset> <legend>字段集標題</legend> 表單元素 </fieldset>
<thead></thead> 表頭 通常只有一組
<tbody></tbody> 表體 能夠有多組
<tfoot></tfoot> 表尾 通常只有一組
border-spacing: 數值+pxhtml
border-collapse: collapse瀏覽器
table-layout: auto(自動)/fixed(固定)spa