HBuilder写的第一个表单文件

来源:互联网 发布:怎样装饰淘宝店铺 编辑:程序博客网 时间:2024/04/30 05:04

source code

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>注册EE免费邮箱 - 中国第一大电子邮件服务商</title>
<script type="text/javascript" src="http://mimg.127.net/hd/lib/html5/js/main.js"></script>
<link rel="shortcut icon" href="http://mail.163.com/favicon.ico" />
<link href="http://mimg.127.net/xm/reg_all/140120/css/style.css" rel="stylesheet" type="text/css" />
<section class="content" id="mainSection">
<header class="content-tit"><h1>欢迎登陆EE网页,EE是中国最大的电子商务网站,总部位于中国-郑州。</h1></header>
<script>var GW="建议用手机号码注册";</script>
</head>
<body>
    <!--1.action     method表示在地址栏不显示user和pass详细信息-->
<!--2.<get表示显示,默认显示>-->
<form action="login.html" method="post"><br><br><br><br>
<center><img src="img/male.png"</center> <p></p><br>
UserName:
<!--<maxlength表示只能输入10个字符>-->
<input type="text" name="user" maxlength="10"><p></p>
<br />&nbsp;
Userpass:
<input type="password" name="password"><p><br>
    
<!--<bounton表示按钮标签>-->
<input type="submit" >


            
</body>


0 0
原创粉丝点击