zoukankan      html  css  js  c++  java
  • 表单元素的使用 form input

    <form action="https://www.baidu.com" method="post">
                <input type="text" name="zhanghao" value="默认" disabled="disabled" />
                <input type="password"name="mima" value=""/>
                <input type="hidden" name="yincang" id="yincang" value="" />
                <input type="" name="" id="" value="" />
                <textarea name="wenbenyu" rows="15" cols="15"></textarea>
                <input type="button" name="" id="" value="注册" />
                <input type="image" src="../../img/meinv.jpg" name="" id="" value="" />
                <input type="reset" name="" id="" value="重置" />
                <input type="file" name="" id="" value="" />
                <input type="radio" name="sex" id="" value="男" /><input type="radio" name="sex" id="" value="女" /><input type="checkbox" name="shouji1" id="shouji1" value="iPhone" />苹果
                <input type="checkbox" name="shouji2" id="shouji2" value="sumsung" />三星
                <input type="checkbox" name="shouji3" id="shouji3" value="suoni" />索尼
                <input type="checkbox" name="shouji4" id="shouji4" value="oppo" />oppo
                <select name="xiala">
                    <option value="1">首页</option>
                    <option value="2" selected="selected">企业文化</option>
                    <option value="3">企业背景</option>
                    <option value="4">联系我们</option>
                </select>
            </form>

  • 相关阅读:
    Bootstrap框架
    前端基础之CSS
    前端知识之HTML内容
    python之路----递归函数
    python控制台输出带颜色文字的方法
    ELK搭建<三>:安装Kibana
    ELK搭建<二>:安装ES插件head
    ELK搭建<一>:搭建ES集群
    前端angular使用crypto-js进行加密
    Mac下全局安装yarn
  • 原文地址:https://www.cnblogs.com/Jxliu/p/8708353.html
Copyright © 2011-2022 走看看