How to link to email in HTML?

Member

by kennedi , in category: HTML/CSS , 2 years ago

How to link to email in HTML?

Facebook Twitter LinkedIn Telegram Whatsapp

2 answers

Member

by jarod , 2 years ago

@kennedi  To create a link to the mail in HTML you can do this:

1
<a href="mailto:Your mail">Ask a question via mail?subject=Question from the site</a>


by elsie.leuschke , 2 years ago

@kennedi  Type in the anchor tag "a href=" after the "<" ana include the "mailto:" tag after the "="