2007年12月10日 星期一

CSS表單樣式

  • 文字方塊 <input type="text" name="T1" size="15">
  • 按鈕 <input type="submit" value="submit" name="B1">
  • 核取方塊 <input type="checkbox" name="C1">
  • 選擇鈕 <input type="radio" value="V1" checked name="R1">
  • 多行文字方塊 <textarea rows="1" name="S1" cols="15"> </textarea>
  • 下拉式功能表 <select size="1" name="D1"> <option>選項1 </option>
    <option>選項2 </option> </select>

【下列文章您可能也有興趣】

沒有留言: