关于section嵌套

关于section嵌套

老师,请问为什么不能这几个标签进行嵌套?我在《HTML权威指南》这本书里面看到的有用section的嵌套。嵌套会出现什么问题吗

正在回答

登陆购买课程后可参与讨论,去登陆

2回答

只是建议不互相嵌套,互相嵌套也不会有问题,另外,大标签嵌套小标签

http://img1.sycdn.imooc.com//climg/5a14efca0001fd3909440129.jpg

小丸子爱吃菜 2017-11-22 10:14:00

嵌套去写不会出什么问题,只是不规范,按照语义化去写的话,不乱嵌套会更方便浏览器的解析。

特殊情况下还是能够使用的,至于你说的书上看到的嵌套,可以将代码发过来,看下是什么情况。

祝学习愉快!

  • 提问者 慕雪1434180 #1
    代码如下,section部分,一个简单的例子: <!DOCTYPE html> <html> <head> <title>header和footer</title> <meta charset="utf-8"> <style type="text/css"> h1,h2,h3{ background-color: grey; color:white; } hgroup > h1{ margin-bottom: 0px; margin-top: 0; } hgroup > h2{ margin-bottom: 0; margin-top: 0; background-color: grey; color:white; font-size:1em; } body > header *,footer>*{ background:transparent; color:black; } body > section,body>section>section,body>section>section>section{ margin-left: 10px; } body>header,body>footer{ border:medium solid black; padding-left: 5px; margin:10px 0 10px 0; } </style> </head> <body> <header> <hgroup> <h1>Things I like</h1> <h2>by Adam Freman</h2> </hgroup> </header> <section> <header> <hgroup> <h1>Friuts I like</h1> <h2>how I learned to love you</h2> </hgroup> </header> I like apples and oranges, <section> <h1>Additional fruits</h1> <section> <h1>More information</h1> </section> </section> </section> <section> <header> <h1>Activities I like</h1> </header> <section> <h1>kinds of Triathlon</h1> <section> <h1>The kinds of Triathlon I am aiming for</h1> </section> </section> </section> <footer id="mainFooter"> &#169;2011,Adam Freman. </footer> </body> </html>
    2017-11-22 10:34:39
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
响应式开发与常用框架 2018
  • 参与学习           人
  • 提交作业       2198    份
  • 解答问题       5012    个

如果你有web端基础,既想进阶,又想进军移动端开发,那就来吧,我们专题为你带来的课程有HTML5、CSS3、移动基础、响应式、bootstrap、less等,让你在前端道路上畅通无阻!

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师