html制作登录表单


本文摘自PHP中文网,作者无忌哥哥,侵删。

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

<!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.com"></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制作登录表单的详细内容,更多文章请关注木庄网络博客

相关阅读 >>

html制作登录表单

HTML表单的基本元素

通过post从HTML表单发送数据的格式(附代码)

什么是HTML表单

更多相关阅读请进入《HTML表单》频道 >>




打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...