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

推荐订阅源

A
About on SuperTechFans
Y
Y Combinator Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
aimingoo的专栏
aimingoo的专栏
I
InfoQ
C
Check Point Blog
IT之家
IT之家
MyScale Blog
MyScale Blog
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
Last Week in AI
Last Week in AI
GbyAI
GbyAI
P
Proofpoint News Feed
量子位
Stack Overflow Blog
Stack Overflow Blog
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
人人都是产品经理
人人都是产品经理
B
Blog
T
The Blog of Author Tim Ferriss
H
Help Net Security
云风的 BLOG
云风的 BLOG

噜啦 - 表单

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

DEMO

946dab8c6c2fe26408128695234587bd.png

CODE

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>
    </head>
    <body>
        <!-- 文本域 和 input type=text对比 
            rows 行
            cols 列
            disable 使输入框失效
            注意:表单项一定要加name属性,不然不会发送数据
            button 语义化标签 内部可以放图片
        -->
        <textarea name="name1" rows="10" cols="10"></textarea><br><br>
        
        <form action="http://baidu.com" >
            
            <button >登录button</button> <!-- 可以放图片-->
            <input type="submit" value="登录submit"/>
            
        </form>
        
    </body>
</html>

赞赏作者

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