【无标题】

重学HTML之关于HTML的新知识

结构标签

  • header(双标签)
    • 头部标签
  • main(双标签)
    • 一个整体的部分
  • section(双标签)
    • 在main中一个较为完整的小部分
  • footer
    • 页脚部分

图表注释

类似于Word中的图、表的注释

  • figure(双标签)
    • 包裹住要注释的图表以及注释
  • figcaption(双标签)
    • 该标签内写图表注释
<figure>
  <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg" alt="Five cats looking around a field.">
  <figcaption>Cats <strong>hate</strong> other cats.</figcaption>  
</figure>

效果展示:

Five cats looking around a field.
Cats hate other cats.

组合表单

  • filedset
    • 组合表单中的相关元素
  • legend
    • legend 元素为 fieldset 元素定义标题(caption)
<fieldset>
   <legend>Is your cat an indoor or outdoor cat?</legend>
   <label><input id="indoor" type="radio" name="indoor-outdoor" value="indoor"> Indoor</label>
   <label><input id="outdoor" type="radio" name="indoor-outdoor" value="outdoor"> Outdoor</label>
</fieldset>

效果展示
在这里插入图片描述

表单检查

  • required
    • 要求必须填写数据
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值