Freemote Logo

Coding Wiki

Most Common Coding Questions

Find answers to popular programming questions and level up your coding skills

Email link html

Learn how to create HTML email links for sending emails in your web application.

Answer:

HTML email links are used to send emails from a web application.

html
<a href='mailto:[email protected]'>Send Email</a>
Tags:
html
☾☾☾
+++++++++
Level Up Your Coding Skills

JavaScript Cheat Sheet

Remember the essentials of 5 different languages, it's free.