HTML標籤的應用

來源:互聯網
上載者:User

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>無標題文檔</title>
</head>

<body>
<form action="dreamdu.php" method="post" id="dreamduform">  
 <fieldset>
  <legend>使用者名稱與密碼:</legend>
  <input id="hiddenField" name="hiddenField" type="hidden" value="hiddenvalue" />
  <label for="username">使用者名稱:</label>
  <input type="text" id="username" name="username" value="dreamdu" />
  <label for="pass">密碼:</label>
  <input type="password" id="pass" name="pass" />
 </fieldset>
 <fieldset>
  <legend>性別:</legend>
  <label for="boy">男</label>
  <input type="radio" value="1" id="sex" name="sex" />
  <label for="girl">女</label>
  <input type="radio" value="2" id="sex" name="sex" />
  <label for="sex">保密</label>
  <input type="radio" value="3" id="sex" name="sex" /> 
 </fieldset>
 <fieldset>
  <legend>我最喜愛的:</legend>
  <label for="computer">電腦</label>
  <input type="checkbox" value="1" id="fav" name="fav" />
  <label for="trval">旅遊</label>
  <input type="checkbox" value="2" id="fav" name="fav" />
  <label for="buy">購物</label>
  <input type="checkbox" value="3" id="fav" name="fav" /> 
 </fieldset>
 <fieldset>
  <legend>對夢之都的意見:</legend>
  <label for="select">你對夢之都的感覺</label>
  <select size="1" id="select" name="select">
   <option>很全面,很好</option>
   <option>一般般吧,還要努力</option>
   <option>有很多問題,不過還可以</option>
  </select>
 </fieldset>
 <fieldset>
  <legend>夢之都程式設計語言選擇:</legend>
  <label for="multipleselect">你想在夢之都學習的程式設計語言</label>
  <select size="10" multiple="multiple" id="multipleselect" name="multipleselect">
   <option>XHTML</option>
   <option>CSS</option>
   <option>JAVASCRIPT</option>
   <option>XML</option>
   <option>PHP</option>
   <option>C#</option>
   <option>JAVA</option>
   <option>C++</option>
   <option>PERL</option>
  </select>
 </fieldset>
 <fieldset>
  <legend>我要在夢之都學:</legend>
  <label for="WebDesign">選擇一個你在夢之都最想學的</label>
  <select id="WebDesign" name="WebDesign">
   <optgroup label="client">
    <option value="HTML">HTML</option>
    <option value="CSS">CSS</option>
    <option value="javascript">javascript</option>
   </optgroup>
   <optgroup label="server">
    <option value="PHP">PHP</option>
    <option value="ASP">ASP</option>
    <option value="JSP">JSP</option>
   </optgroup>
   <optgroup label="database">
    <option value="Access">Access</option>
    <option value="MySQL">MySQL</option>
    <option value="SQLServer">SQLServer</option>
   </optgroup>
  </select>
 </fieldset>
 <fieldset>
  <legend>個人化資訊:</legend>
  <label for="myimage">個性照片上傳</label>
  <input type="file" id="myimage" name="myimage" size="35" maxlength="255" />
  <label for="contactus">聯絡我們</label>
  <textarea cols="50" rows="10" id="contactus" name="contactus">
   可愛的猴子 dreamdu[at]163[dot]com
  </textarea>
 </fieldset>
 <fieldset>
  <legend>提交:</legend>
  <input type="submit" value="submit" id="submit" name="submit" />
  <input type="reset" value="reset" id="reset" name="reset" />
 </fieldset>
</form>

</body>
</html>

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.