【20220925】 html 表单

form表单

1.笔记

<body>
    <h1>登录</h1><hr>
   
    <!-- 文本text -->
    账号:<input type="text"><br><br>
   
    <!-- password这是密码 出来的是小黑点 -->
    密码:<input type=password" name="" id=""><br><br>
   
    <!-- radio 单选框用于多选一 --><input type="radio" name="sex"><br><br><input type="radio" name="sex"><br><br>
    
      <!-- checkbox多选框 -->
    <input type="checkbox" name="" id=""><br><br>
    
    <!-- file 上传文件-->
    <input type="file" name="" id=""><br><br>

    <!-- mutiple上传多个文件 -->
    <input type="mutiple" name="" id="">

    <!-- submit提交按钮 -->
    <input type="submit" name="" id=""><br><br>

    <!-- reset重置按钮 -->
    <input type="reset" name="" id=""><br><br>

    <!-- button 普通按钮,无特殊功能-->
    <input type="button" name="" id="">
</body>

2.练习

页面示例:
在这里插入图片描述
代码实现:

<body>
    <h2>创建活动</h2>
    <hr>
    <form action="">
    活动名称:<input type="text" name="" id="" placeholder="请输入活动名称">
    <br>
    <br>
    活动区域:<select name="" id="">
        <option value="">请选择活动区域</option>
        <option value="">北京</option>
        <option value="">上海</option>
        <option value="">深圳</option>
    </select>
    <br>
    <br>
    活动时间:<input type="datetime-local">
    <br>
    <br>
    即时配送:<input type="checkbox" name="" id="" checked>
    <br>
    <br>
    活动性质:<input type="checkbox" name="" id="">美食/餐厅线上活动
    <input type="checkbox" name="" id="">地推活动
    <input type="checkbox" name="" id="">线下主题活动
    <input type="checkbox" name="" id=""> 单纯品牌曝光
    <br>
    <br>
    特殊资源:<input type="radio" name="" id="" checked>线上品牌商赞助
    <input type="radio" name="" id="">线下场地免费
    <br>
    <br>
    上传文件:<input type="file" multiple>
    <br>
    <br>
    电子邮件:<input type="email">
    <br>
    <br>
    电话号码:<input type="tel" name="" id="">
    <br>
    <br>
    <input type="submit" value="立即创建">
    <input type="reset">
    <br>
    <br>
    <button type="submit">立即创建</button>
    <button type="reset">重置</button>
</form>
</body>
  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值