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.
Web ページの下部に「メールでお問い合わせ」の画像リンクを作成したいと考えています。新しい電子メール メッセージを作成するようにするにはどうすればよいですか?
HTML リンク コードを使用すると、ユーザーの既定の電子メール プログラムで、<a href="mailto:example@yourdomain.com"><img src="picture_path.jpg" /></a>画像から新しい電子メール メッセージが開きます。example@yourdomain.com
<a href="mailto:example@yourdomain.com"><img src="picture_path.jpg" /></a>
example@yourdomain.com