日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

2017年9月11日

發布時間:2025/7/14 编程问答 47 豆豆
生活随笔 收集整理的這篇文章主要介紹了 2017年9月11日 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

1.表單

<form id=" " ?name=" " method="post/get" action="負責處理的服務端"> ?id不可以重復

文本輸入

? ?文本框<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=" " / >點擊后轉到form內

?重置按鈕<input type="reset" name=" " id=" " disabled="disabled" value=" " />

?普通按鈕<input type="button" name=" " id=" " disabled="disabled" value=" " />

?圖片按鈕<input type="image" name=" " id=" " disabled="disabled" src="圖片地址"/>

根據這些我自己做了一個

<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;"/> 我已閱讀同意各種協議<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>

?有喜歡的可以試一下

轉載于:https://www.cnblogs.com/zJuevers/p/7507446.html

總結

以上是生活随笔為你收集整理的2017年9月11日的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。