close
<form></form>表單
<input type="text"/> 獨立,表文字
<input type="text" value="aaa"/> 預設文字是aaa
<input type="button"/> 按鈕
<input type="submit"/> 提交
<input type="reset"/> 還原
<input type="file"/> 選擇檔案
<input type="password"/> 帳號
<input type="checkbox"/> 方形
<input type="radio"/> 圓形
<tsextarea rows="10" cols="20"></tsextarea> 多行文字表格,可以寫很多行文字
<select>
<option>第一個選項</option>
<option>第二個選項</option>
</select>
<fieldset style="width:250px"> form裡面的小表單
<legend>登入系統</legend>小表單的標題,會放在框線
</fieldset>
全站熱搜
留言列表