首页 > 代码库 > 作业20161222
作业20161222
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> </head> <body style="font-family:‘华文行楷‘"> <form method="get" action="http://www.baidu.com"> <table width="400" border="1"> <tr> <td>用户名:</td> <td> <input type="text" name="userid" placeholder="请输入用户名"/> </td> <tr> <td>密码:</td> <td> <input type="password" name="pwd" value=http://www.mamicode.com/"" placeholder="请输入密码"/> </td> </tr> <tr> <td>请输入验证码:</td> <td> <input type="text" name="satid" value=http://www.mamicode.com/"" placeholder="验证码"/> <input type="image" src=http://www.mamicode.com/"QQ图片20161221101251.gif"/> </td> <tr> <td>性别:</td> <td> <input id="r1" type="radio" name="sex" value=http://www.mamicode.com/"1"/> <label for="r1">男</label> <input id="r2" type="radio" name="sex" value=http://www.mamicode.com/"0"/> <label for="r2">女</label> </td> </tr> <tr> <td>爱好:</td> <td> <input id="buy" name="buy" type="checkbox" value=http://www.mamicode.com/"1"/> <label for="buy">网购</label> <input id="net" name="net" type="checkbox" value=http://www.mamicode.com/"1"/> <label for="net">打球</label> <input id="com" name="com" type="checkbox" value=http://www.mamicode.com/"1"/> <label for="com">旅游</label> </td> <tr> <td>特长:</td> <td> <select name="tc"> <option value=http://www.mamicode.com/"1">唱歌</option> <option value=http://www.mamicode.com/"2" selected="selected">跳舞</option> <option value=http://www.mamicode.com/"3">画画</option> </select> </td> </tr> <tr> <td align="right">个人签名:</td> <td> <textarea name="sign" cols="" rows="10"></textarea> </td> </tr> </tr> <tr> <td></td> <td> <input type="submit" value=http://www.mamicode.com/"提交" /> <input type="reset" value=http://www.mamicode.com/"重置" /> </td> </tr> </table> </form> </body> </html>
作业20161222
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。