Answers for "html signs for email"

3

html tag email

<a href="mailto:[email protected]">Contattaci</a>
Posted by: Guest on August-05-2020
0

html email signature code

<a href="maito:[email protected]"><button>email me!</button></a>
or
<button onclick="document.location = 'maito:[email protected]'"></button>

NOTE:
you can always replace <button> with a text element like <p> or <h1>. I reccomend
  the first line of code if you are unsure of which one you should use.
Posted by: Guest on December-31-2021

Browse Popular Code Answers by Language