正在加载图片...
Wdb前端开发》实验教学指导/实验四:在网页中使用表单和多媒体3 <form method="post"name="form"id="form"> able cellspacing="0" cellpadding=0" style="margin: 50px; padding: 20px; background-color #6CF; text-align: left;"> <tr>< ctd colspan="2 height=="25" style="text- align: center;">个人信息修改 </td></tr> <trstd colspan="2"height="20"></td></tr> < td height="30"wdh="80">性别:</td> <input type="radio"name="sex"id="man"value="1"/> <label for="man">#</label> <input type="radio"name="sex"id="woman"value=2"/> label for="woman">sr</label> </td> </tr> < <td height="30">兴趣爱好:<td> input type=" checkbox"name=" hobbies" value="1">体育运动 < cinput type=" checkbox"name=" hobbies" value="2卜>娱乐休闲 < td height="30">所在地区:</td> select style="width: 150px, "name="select < option value="2">香港< /option> < option value="3">澳门< /option> option value="4">台湾 <tr<td colspan="2"height="10"></td></tr> <td colspan="2" height="40"style="text-align: center,"> <input type="submit"name="submit"value="1Ex"7> style="margin-left: 20px; 7 </d> </html> 3、用户详细信息 河南中医学院互联网应用技术研究 本讲共计12页|当前第3页《Web 前端开发》实验教学指导 / 实验四:在网页中使用表单和多媒体 河南中医学院互联网应用技术研究所 本讲共计 12 页 | 当前第 3 页 <body> <form method="post" name="form" id="form"> <table cellspacing="0" cellpadding="0" style="margin:50px; padding:20px; background-color:#6CF; text-align:left;"> <tr><td colspan="2" height="25" style="text-align:center;"> 个人信息修改 </td></tr> <tr><td colspan="2" height="20"></td></tr> <tr> <td height="30" width="80">性别:</td> <td> <input type="radio" name="sex" id="man" value="1"/> <label for="man">男</label> <input type="radio" name="sex" id="woman" value="2"/> <label for="woman">女</label> </td> </tr> <tr> <td height="30">兴趣爱好:</td> <td> <input type="checkbox" name="hobbies" value="1"/>体育运动 <input type="checkbox" name="hobbies" value="2"/>娱乐休闲 </td> </tr> <tr> <td height="30" >所在地区:</td> <td> <select style="width:150px;" name="select"> <option value="1">大陆</option> <option value="2">香港</option> <option value="3">澳门</option> <option value="4">台湾</option> </select> </td> </tr> <tr><td colspan="2" height="10"></td></tr> <tr> <td colspan="2" height="40" style="text-align:center;"> <input type="submit" name="submit" value="提交"/> <input type="reset" name="reset" value=" 重 置 " style="margin-left:20px;"/> </td> </tr> </table> </form> </body> </html> 3、用户详细信息
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有