注册案例
效果:

代码:
<!DOCTYPE html> <html lang="ch"> <head> <meta charset="UTF-8"> <title>注册页面</title> </head> <body> <!-- 定义表单form --> <form action="#" method="post"> <table border="1" align="center" width="500"> <tr> <td><label for="username">用户名</label></td> <td><input name="usermane" id="username"></td> </tr> <tr> <td><label for="passworld">密码</label></td> <td><input type="password" name="passworld" id="passworld"></td> </tr> <tr> <td><label for="email">邮箱</label></td> <td><input type="email" name="email" id="email"></td> </tr> <tr> <td><label for="name">姓名</label></td> <td><input type="text" name="name" id="name"></td> </tr> <tr> <td><label for="tel">手机号</label></td> <td><input type="tel" name="tel" id="tel"></td> </tr> <tr> <td>性别</td> <td><input type="radio" name="gender" value="male">男 <input type="radio" name="gender" value="female">女 </td> </tr> <tr> <td><label for="birthday">出生日期</label></td> <td><input type="date" name="brithday" id="birthday"></td> </tr> <tr> <td><label for="checkcode">验证码</label></td> <td><input type="text" name="checkcode" id="checkcode"> <img src="image/checkcode.PNG" > </td> </tr> <tr> <td colspan="2" align="center"><input type="submit" value="注册"></td> </tr> </table> </form> </body> </html>
 
                    
                     
                    
                 
                    
                
 
 
                
            
         
         浙公网安备 33010602011771号
浙公网安备 33010602011771号