How can I write a html code for insertion of an email link? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I write a html code for insertion of an email link?

15th Apr 2021, 2:05 PM
Gayatri Ghosh
Gayatri Ghosh - avatar
3 Answers
+ 3
Put the email address as the href in a link with mailto. Replace the address below with the email address you want: <a href="mailto:info@sololearn.com">Email Sololearn</a> As a minimum, you can just put "mailto:" without the email address if you want.
15th Apr 2021, 2:31 PM
CamelBeatsSnake
CamelBeatsSnake - avatar
15th Apr 2021, 3:54 PM
PARVIK PARASHAR
PARVIK PARASHAR - avatar
+ 3
See my code
15th Apr 2021, 3:55 PM
PARVIK PARASHAR
PARVIK PARASHAR - avatar