使用HTML語言和CSS開發商業網站(3)

來源:互聯網
上載者:User

標籤:method   eth   checkbox   eset   pass   hidden   input   資料   個數   

建立兩個選項按鈕,要求:形式為“O男 O女”,預設選男。
<input type="radio" name="one" checked="checked"> 男
<input type="radio" name="one">女

 

建立一個列表框,要求:列表中有“1”“2”,預設選2。
<select>
  <option>1</option>
  <option selected="selected">2</option>
</select>

 

檔案域  file

隱藏欄位  hidden

密碼框  password

複選框  checkbox

 

三種按鈕:button  submit  reset

 

form:表單標籤 action:伺服器位址 method:提交方式(get不安全) (post安全)
size:可見個數 maxlength:最大個數
readonly:唯讀
disabled:禁用
enctype="multipart/form-data":可以讓表單中資料分開提交

 

 

使用HTML語言和CSS開發商業網站(3)

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.