首页 > 开发 > HTML > 正文

HTMl5结构元素:footer

2020-02-10 13:29:56
字体:
来源:转载
供稿:网友

页脚footer:

一般包含版权数据、导航信息,备案信息,联系方式等内容。
   <body>
    <nav>…</nav>
    <div id=mainContent>…</div>
   <aside>
    <nav>
     <h2>…</h2>
     <ul>…</ul>
    </nav>
    <nav>
     <h2>…</h2>
     <ul>…</ul>
    </nav>
  </aside>
  <footer>
   <small>
    &copy;2010 Copyright © 2010 Cuoxin.com. All Rights Reserved
   </small>
  </footer>
 </body>

html5 footer标签布局演示图

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表