标题签<h1></h1> <h6> </h6>不能过<h6>吗 过<6>到<h7> 会出现什么情况? 还会有标题7吗?
数据分析师2017-09-30 23:09:17
Can’t the title tag <h1></h1> <h6> </h6> not pass <h6>? What will happen if I pass <6> to <h7>? Will there still be a Title 7? -PHP Chinese website Q&A-Title tag <h1></h1> <h6> </h6>Can't it pass<h6>? What will happen if I pass<6> to<h7>? Will there still be a Title 7? -PHP Chinese website Q&A
Please watch and learn.
阿神2016-12-20 13:45:05
首先说明,html只定义了h1~h6,并不存在所谓的h7。事实上,六个层级的标题已经完全可以满足使用了。最后,切忌为了<h>标签的字号和加粗效果而使用<h>标签,如果需要,请使用css。