HTML5 <footer>标签元素 新增html5底部footer元素标签,对html 5新增footer标签基础认识到了解footer css布局教程做到真正掌握与认识<footer>
记得我们在以前html5版本以前布局网页底部版权时,习惯使用id=”footer”或class=”footer”。
比如传统html布局代码:
<div id=”footer”> php中文网<br /> www.php.cn </div>
但在html5中将此”footer”常用的命名新增为html5元素标签成员。