未完结,随时更新
部分:字面意思已经很清楚了就是页面主要的展示区域。
[role元素](https://www.w3.org/TR/wai-aria/roles#usage_intro)
HTML5规范
常用页面元素
html { position: relative; min-height: 100%; }
body { margin-bottom: 60px; }
.footer { padding: 20px; margin: 30px 0 0 0; background: #333333; text-align: center; color: #ffffff; position: absolute; bottom: 0; width: 100%; height: 60px; }
|
<footer class="footer"> Copyright © 2017 by xxx</a> </footer>
|