好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

html制作登录表单

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>用表单集制作登录表单</title>
</head>
<body>
<!-- 用表单控件分组 <fieldset>,了解即可,实际工作中用得极少 -->
<form action="" method="post">
<fieldset>
<legend>用户登录</legend>
<p><label>邮箱:<input type="email" name="email" placeholder="example@mail测试数据"></label></p>
<p><label>密码:<input type="email" name="email" placeholder="Password"></label></p>
<hr width="90%" color="lightskyblue">
<p><button type="submit" name="submit">立即登录</button></p>
</fieldset>
</form>
</body>
</html> 

以上就是html制作登录表单的详细内容,更多请关注Gxl网其它相关文章!

查看更多关于html制作登录表单的详细内容...

  阅读:42次