注册表单
Posted 6324nmsl
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了注册表单相关的知识,希望对你有一定的参考价值。
</head>
<body>
<div>
<p style="text-align: center;"><img src="C:Users甘Downloadsda6caf4b32d5085ce69022b3632207fb.jpg" ></p>
</div>
<form action="" method="get" class="form-example">
<div class="form-example" align="center">
<label for="name" style="color: blue">请输入你的昵称</label>
<input type="text" name="name" id="name" required="utf-8">
</div>
<body>
<div>
<p style="text-align: center;"><img src="C:Users甘Downloadsda6caf4b32d5085ce69022b3632207fb.jpg" ></p>
</div>
<form action="" method="get" class="form-example">
<div class="form-example" align="center">
<label for="name" style="color: blue">请输入你的昵称</label>
<input type="text" name="name" id="name" required="utf-8">
</div>
<div class="form-example" align="center">
<label for="email" style="color:green">请输入你的邮箱</label>
<input type="email" name="email" id="email" required="email">
</div>
<label for="email" style="color:green">请输入你的邮箱</label>
<input type="email" name="email" id="email" required="email">
</div>
<div class="form-example" align="center">
<label for="password" style="color: red">请输入你的密码</label>
<input type="password" name="password" id="password" required>
<div class="form-example" align="center">
</div>
<label for="radio">男</label>
<input type="radio" name="radio" id="radio" required>
<label for="radio">女</label>
<input type="radio" name="radio" id="radio" required>
</div>
<div class="form-example" align="center">
<button class="form-example" style="color: red"><big><b>注册</b></big></button>
</div>
</form>
</body>
</html>
<label for="password" style="color: red">请输入你的密码</label>
<input type="password" name="password" id="password" required>
<div class="form-example" align="center">
</div>
<label for="radio">男</label>
<input type="radio" name="radio" id="radio" required>
<label for="radio">女</label>
<input type="radio" name="radio" id="radio" required>
</div>
<div class="form-example" align="center">
<button class="form-example" style="color: red"><big><b>注册</b></big></button>
</div>
</form>
</body>
</html>
以上是关于注册表单的主要内容,如果未能解决你的问题,请参考以下文章
使用php和mysql创建注册和登录表单,并且错误无法在注册表单上复制[重复]