天天看點

Java頁面設計

<meta charset="UTF-8">
<title>網頁選擇頁面設計</title>
           

使用者名:

密碼:

确認密碼:<input name="pwd2" type="password" id="PWD25" size="20" maxlength="20"><br/>

    性别:<input name="sex" type="radio" class="noborder" value="男" checked>男&nbsp;
      <input name="sex" type="radio" class="noborder" value="女" >女<br/>
愛好:<input name="like" type="checkbox" id="like" value="體育">體育
     <input name="like" type="checkbox" id="like" value="旅遊">旅遊
     <input name="like" type="checkbox" id="like" value="聽音樂">聽音樂
      <input name="like" type="checkbox" id="like" value="看書">看書<br/>
   E-mail:<input name="email" type="text" id="PWD224" size="50"><br/>
<input name="Submit" type="submit" class="btn_grey" value="确定儲存">
<input name="Reset" type="reset" class="btn_grey" id="Reset" value="重新填寫">

<input name="Reset" type="reset" class="btn_grey" id="Reset" value="儲存"><br/>
<input type="image" name="imageField" src=""><img src="psdd.jpg" height="990" width="1266"/><br/>
    header{
    background:ur1(../images/psdd.jpg)repeat-x;
    height:112px;

</table>
           

form{ border:black 1px ridge; backgroud-color:wheat; width:800px; margin-left:auto; margin-right:auto; border-radius:25px;

}