正在加载图片...
《Web前端开发》实验教学指导/实验四:在网页中使用表单 参考代码 <meta charset="utf-8"> <ttl个人信息修改</tte <form method="post"name="form"id="form"> <table cellspacing="0"cellpadding="0"style="margin: 50px; padding: 20px; background-color: #6CF text-align: left <r>< ctd colspan="2" height="25" style="text- align: center;">个人信息修改</td></tr> <tr><td colspan=2 height=20"><td></tr> < td height="30"widh="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">* < <td height="30">兴趣爱好:<td < Input type=" checkbox"name=" hobbies" value="1"卜体育运动 < input type=" checkbox"name=" hobbies" value="2">娱乐休闲 </td> <t> < <td height="30">所在地区:<td <select style="width: 150px; name="select" < Option value="1">大陆< option> < option value="2">香港< option> < option value="3">澳门</ option < Option value="4">台湾< option> <tr><td colspan="2 height=10"></td></tr> <tr> <td colspan=2 height"40"style="text-align: center; " <input type="submit"name="submit"value="EX"> <input type="reset"name="reset"value="E"style="margin-left: 20px; >> 河南中医药大学管理科学与工程学科 本讲共计7页|当前第3页《Web 前端开发》实验教学指导 / 实验四:在网页中使用表单 河南中医药大学管理科学与工程学科 本讲共计 7 页 | 当前第 3 页 参考代码 <!doctype html> <html> <head> <meta charset="utf-8"> <title>个人信息修改</title> </head> <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;"/>
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有