当前位置:网站首页>H5语义化标签
H5语义化标签
2022-07-29 05:10:00 【冰眸js】
HTML5新增的语义化标签主要有:
<article>、<section>、<nav>、<aside>、<header>、<footer>、<time>等等...
优点:
为了在没有CSS的情况下,页面也能呈现出很好地内容结构、代码结构比<div>标签有更加丰富的含义,方便开发与维护
1.header 与hgroup
放在页面或布局的顶部,一般放置导航栏或标题
一个文档中可以包含一对或者一对以上的<header>标签。
标签的位置是次要的,不一定非要显示在页面的上方,我们可以为任何需要的区块标签添加<header>元素,例如下面将要讲解的<article>、<section>等标签。
2.nav
表示页面的导航,也可以在<header>标签中使用,还可以显示在侧边栏中。一个页面之中可以有多个<nav>标签。
为了方便搜索引擎解析,最好是将主要的链接放在nav中。
3.aside
所包含的内容不是页面的主要内容、具有独立性,是对页面的补充。
<aside>一般使用在页面、文章的侧边栏、广告、友情链接等区域
4.footer
一般被放置在页面或者页面中某个区块的底部,包含版权信息、联系方式等信息。一个页面也可以有多个footer
5.article
<article>元素应该使用在相对比较独立、完整的的内容区块,所以我们可以在一篇博客、一个论坛帖子、一篇新闻报道或者一个用户评论中使用<article>元素。article可以互相嵌套。
边栏推荐
- Container security open source detection tool - veinmind (mirror backdoor, malicious samples, sensitive information, weak password, etc.)
- Alibaba cloud architect details nine trends in the game industry
- VIM editor use
- JS deep copy - Notes
- ClickHouse学习(五)集群操作
- 冒泡排序 C语言
- eggjs 创建应用知识点
- MySQL的基础概念+数据库系统结构+拓展延申+基础命令学习
- Integer overflow and printing
- 用sql-client.sh生成的job在cancle过后 如何实现断点续传?
猜你喜欢

哈夫曼树以及哈夫曼编码在文件压缩上的应用

Detailed explanation of serial port communication

shell基本操作(下)

MySQL的基础概念+数据库系统结构+拓展延申+基础命令学习

Database operation day 6

三次握手四次挥手针对面试总结

ClickHouse学习(九)clickhouse整合mysql

365 day challenge leetcode 1000 questions - day 037 elements and the maximum side length of squares less than or equal to the threshold + the number of subsequences that meet the conditions

Application of Huffman tree and Huffman coding in file compression

Together with digital people, digital space and XR platform, Alibaba cloud and its partners jointly build a "new vision"
随机推荐
ClickHouse学习(九)clickhouse整合mysql
Topological ordering of a graph of water
redis的基本使用
Longest string without duplicate characters
阿里云架构师细说游戏行业九大趋势
【剑指offer】— 详解库函数atoi以及模拟实现atoi函数
Redirection and files
Day 3
Camunda 1. Camunda workflow - Introduction
365 day challenge leetcode 1000 questions - day 042 array sequence number conversion + relative ranking discretization processing
Detailed explanation of serial port communication
shell基本操作(下)
第一周总结
ClickHouse学习(八)物化视图
Side effects and sequence points
刷题狂魔—LeetCode之剑指offer58 - II. 左旋转字符串 详解
One dimensional array exercise
Alibaba cloud and Dingjie software released the cloud digital factory solution to realize the localized deployment of cloud MES system
About local variables
B - 识别浮点常量问题