-
[HTML5] Correctly Define Heading Levels of a Web Page
Rules
- Each page should have at least one
<h1>
- Pages should be structured in a hierarchical manner
<h1>
: being the most important (usually page titles or main content heading)
<h2>
: usually major section headings
<h3>
: sub-sections of the <h2>
- and so on
- Do not skip heading levels - always follow consecutive order
- Do not use text formatting, such as font size or bold to give the visual appearance of headings.
- Use actual heading (
<h1>
- <h6>
) for all content headings
- Do not use heading levels to achieve visual results only
References
-
相关阅读:
<转>ajax 同步异步问题
Jquery中父,子页面之间元素获取及方法调用
python基础知识
python数据类型
sed,awk
zabbix 4.0版本
Redis 5.0
ansible
MariaDB集群配置(主从和多主)
读写分离
-
原文地址:https://www.cnblogs.com/Answer1215/p/12487300.html
Copyright © 2020-2023
润新知