如何让页面的页脚首先显示在 HTML 中
我需要页脚最后显示在页面上,但首先显示在 HTML 中。这可以做到吗?有人可以给我指点参考吗?
I need my footer to display last on the page but show first in the HTML. Can this be done and can someone point me to references?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过固定位置,您可以将标记放置在页面上的任何位置,并使用
bottom:0
定位,如下所示:With a fixed postion you can put the mark-up anywhere on the page and position it with
bottom:0
, like so: