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>