Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个需要用户登录的 html 页面。注销按钮使用的最佳格式是什么?我还考虑在“注销”(注销的链接)一词旁边使用图像,将它们重定向到主页:index.html。
好的,请问我可以知道如何使用显示注销的图像作为链接来启用用户注销吗?
使用常规 HTML: <a href="logout.php"><img src="logoutImg.png"></a>
<a href="logout.php"><img src="logoutImg.png"></a>