Html - Footer
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Html - Footer相关的知识,希望对你有一定的参考价值。
<style>
#footer { padding: 20px; text-align: center; background-color: #666; border-top: 1px solid #ccc; color: #ccc; }
</style> <footer id="footer" class="text-muted"> <div class="container"> <p>企业培训 | 合作事宜 | 版权投诉</p> <p>苏ICP备12345678. © 2009-2016 瓢城企训网. Powered by Bootstrap.</p> </div> </footer>
以上是关于Html - Footer的主要内容,如果未能解决你的问题,请参考以下文章
每个HTML都要用同一个header和footer怎么共用啊?
如何让html引用公共布局(多个html文件公用一个header.html和footer.html)