惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

小众软件
小众软件
V
Visual Studio Blog
博客园 - 三生石上(FineUI控件)
Last Week in AI
Last Week in AI
Blog — PlanetScale
Blog — PlanetScale
爱范儿
爱范儿
J
Java Code Geeks
A
About on SuperTechFans
F
Fortinet All Blogs
B
Blog
aimingoo的专栏
aimingoo的专栏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Engineering at Meta
Engineering at Meta
Y
Y Combinator Blog
有赞技术团队
有赞技术团队
G
Google Developers Blog
Apple Machine Learning Research
Apple Machine Learning Research
V
V2EX
博客园_首页
博客园 - 叶小钗
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
Docker
云风的 BLOG
云风的 BLOG

噜啦 - 表单

表单:selet - 噜啦 表单:selet - 噜啦 表单: textarea button - 噜啦 表单: textarea button - 噜啦 input 标签 - 噜啦 input 标签 - 噜啦 表单相关属性 - 噜啦 表单相关属性 - 噜啦 表单 - 噜啦
表单 - 噜啦
博主: 噜啦 · 2019-07-10 · via 噜啦 - 表单

表单

  1. 首页
  2. 正文  

DEMO

1b549955684d39ff37ef7795efc19ac6 (1).png

CODE

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>
    </head>
    <body>
        <!-- 1、表单是什么?手机用户数据工具
             2、有啥用? 登录框 注册 搜索
             3、如何去使用表单?
             <form>
             表单项:input select label textarea
             </form>
                -->
                
        <form action="" method="post">
            
            用户名:<input type="text" /> </br>
            密码:<input type="password" /></br>
            <input type="button" value="登录" />
        </form>
    </body>
</html>

最后修改:2019 年 11 月 02 日

© 允许规范转载

赞赏作者

  • 支付宝
  • 微信

如果觉得我的文章对你有用,请随意赞赏

表单

 •