【发布时间】:2021-01-08 17:49:28
【问题描述】:
我真的不知道如何在页面底部设置一个div。
我的代码是这样的:
<footer>
<div>
<a href="https://stackoverflow.com/users/14248176/achyuta-pataki"><img src="https://via.placeholder.com/140x100" height="40px" width="40px"></a>
<a href="https://github.com/achyutap"><img src="https://via.placeholder.com/140x100" height="40px" width="40px"></a>
<a href="mailto:amp@gmail.com"><img src="https://via.placeholder.com/140x100" height="40px" width="40px"></a>
</div>
</footer>
我试过<footer>。
【问题讨论】:
-
希望对你有帮助check it here
-
您需要使用 CSS。网站上有很多关于此的问题。请研究并尝试一些事情。