Answers for "email signature html css"

0

email html css

<a href = "mailto: [email protected]"> Email </a>
Posted by: Guest on May-27-2021
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