代码:
<!DOCTYPE html> <html xmlns="http://www.ws.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> </head> <body> <form action="http://www.baidu.com" method="get"> <table broder="1px"cellpading="0px"cellspacing="0px"heigh="200px" width="450px"> <tr> <td>用户名:</td> <td><input type="text" name="txtName"/></td> </tr> <tr> <td>密码:</td> <td><input type="password" name="txtPwd"/></td> </tr> <tr> <td>验证码:</td> <td> <input type="text" /><img src="tupian/1591973654(1).jpg" /> </td> </tr> <tr> <td></td> <td><input type="checkbox"/>记住密码</td> </tr> <tr> <td></td> <td><input type="submit" value="登录"/><input type="reset" /></td> </tr> </form> </body> </html>