I'm working on my portfolio and i've added an email with mailto like this
<a id="contact-email" href="mailto:example@gmail.com"><h3>Email: example@gmail.com</h3></a>
It works if i paste it inside www.w3schools.com "try it yourself" but when i'm trying to test it on my webpage it doesn't work
What can cause this problem?