2017年9月11日
1.表單
<form id=" " ?name=" " method="post/get" action="負責(zé)處理的服務(wù)端"> ?id不可以重復(fù)
文本輸入
? ?文本框<input type="txt" name=" " id=" " value=" " / >
? ?密碼框<input type="password" name=" " value= " " / >
? ?文本域<texttarea name=" " id=" " cols="字符多少" rows=" " 幾行高><textarea>
? ?隱藏域<input type=" hidden" name=" " id=" " value=" " />
按鈕
?提交按鈕<input type="submit" name=" " id=" " disabled="disabled" value=" " / >點擊后轉(zhuǎn)到form內(nèi)
?重置按鈕<input type="reset" name=" " id=" " disabled="disabled" value=" " />
?普通按鈕<input type="button" name=" " id=" " disabled="disabled" value=" " />
?圖片按鈕<input type="image" name=" " id=" " disabled="disabled" src="圖片地址"/>
根據(jù)這些我自己做了一個
<center><h1>注冊</h1></center>
<meta charset="utf-8" />
<title>QQ注冊</title>
</head>
<body>
<table width="1250px" height="600px" background="img/qiwa.jpg" >
<tr>
<td>
<form action="https://ssl.zc.qq.com/v3/index-chs.html"method="post">
<center>賬號:<input type="text"
name="C1" placeholder="用戶名/ID/手機號" maxlength="11"/>
</center>
<p></p>
<center>密碼:<input type="password" placeholder="請輸入密碼" name="C2"/></center>
<center><input type="radio" name="I" id="23145" value="1" />男
<input type="radio" checked="checked" name="I" id="2314" value="0" />女</center>
<center><input type="submit" value="注冊"/><br /></center>
<p></p>
<p></p>
<center><input type="checkbox" value="3" name="o1"checked="checked"
/>空間開通選項<br />
<p></p>
<input type="checkbox" name="o1" value="4"checked="checked"
/><a href="js/xieyi.txt" style="text-decoration: none;"/> 我已閱讀同意各種協(xié)議<br /></center>
<p></p>
<p></p>
<p></p>
<center>
<a href="http://music.163.com/#/song?id=2866921&autoplay=true&market=baiduhd"
style="text-decoration: none;">
點開看看</a></center>
</td>
</tr>
</table>
?有喜歡的可以試一下
轉(zhuǎn)載于:https://www.cnblogs.com/zJuevers/p/7507446.html
總結(jié)
以上是生活随笔為你收集整理的2017年9月11日的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 第二周 表格、字典、元组、集合 知识点
- 下一篇: asp.net core mvc 异步表