<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>表單作業(yè)</title> <style type="text/css"> table { width: 550px; height: 600px; margin: 200px auto; background: lightskyblue; padding: 40px; } .td1 { width: 120px; text-align: left; } .td2 { width: 330px; } caption { font-weight: bold; line-height: 80px; text-align: center } </style> </head> <body> <form action="ruanwenyun.cn" method="post"> <table cellpadding="5" cellspacing="0"> <caption>軟文網(wǎng)站編輯注冊界面</caption> <tr> <td colspan="2" style="height: 35px;"> <hr style="width: 95%;"> </td> </tr> <tr> <td class="td1"><label for="name">用戶名:</label></td> <td class="td2"> <input type="text" id="name" value="" placeholder="不能輸入中文字符"> </td> </tr> <tr> <td class="td1"><label for="password">密碼:</label></td> <td class="td2"> <input type="password" id="password" value="" placeholder="密碼不能少于8位字符"> </td> </tr> <tr> <td class="td1"><label for="password">行業(yè)年限:</label></td> <td class="td2"> <input type="radio" name="radio1" value="" checked="">1年 <input type="radio" name="radio1" value=""> 2年 <input type="radio" name="radio1" value="">3年 <input type="radio" name="radio1" value="">3年以上 </td> </tr> <tr> <td class="td1"><label for="password">擅長(多選):</label></td> <td class="td2"> <input type="checkbox" name="" value="" checked="">娛樂類 <input type="checkbox" name="" value="">體育類 <input type="checkbox" name="" value="">報(bào)道類 <input type="checkbox" name="" value="">醫(yī)療類 </td> </tr> <tr> <td class="td1">稿費(fèi)要求:</td> <td class="td2"> <select size="1" style="width: 80px;"> <option>100元</option> <option>150元</option> <option>200元</option> <option>250元</option> </select> </td> </tr> <tr> <td class="td1"><label for="logo">案例上傳:</label></td> <td class="td2" align="left"> <img src="INT1I_QA4Q`$NWFS_ULUOEQ.png" height="30px"> <input type="file" name="logo" value="點(diǎn)擊上傳"> </td> </tr> <tr> <td class="td1">入駐宣言:</td> <td class="td2"> <textarea style="width: 300px;height: 80px;" placeholder="文明上網(wǎng),理性發(fā)言"></textarea> </td> </tr> <tr> <td colspan="2"align="center"> <hr> <input type="submit"name="submit"id=""value="提交"style="margin-right: 40px;"> <input type="reset" name="reset" id=""value="取消"> </td> </tr> </table> </form> </body> </html>
點(diǎn)擊 "運(yùn)行實(shí)例" 按鈕查看在線實(shí)例
微信掃碼
關(guān)注PHP中文網(wǎng)服務(wù)號(hào)
QQ掃碼
加入技術(shù)交流群
Copyright 2014-2025 http://ipnx.cn/ All Rights Reserved | php.cn | 湘ICP備2023035733號(hào)