21/08/2023 5:00 pm
Topic starter
Notifications
Clear all
How to add email in html page?
0
How to add email in html page?
Answer
Add a comment
Add a comment
2 Answers
1
22/08/2023 5:17 am
To add an email link in an HTML page, use the following format:
Replace "email@example.com"
with the desired email address. When users click on the link, their default email client will open, allowing them to compose an email to the specified address.
<a href="mailto:email@example.com">email@example.com</a>
Add a comment
Add a comment
1
22/08/2023 12:16 pm
HTML Email Tag
While using <a> tag as an email tag, you will use mailto: email address along with href attribute. Following is the syntax of using mailto instead of using http. This code will generate the following link which you can use to send email.
Add a comment
Add a comment
Forum Information
- 14 Forums
- 1,838 Topics
- 5,054 Posts
- 0 Online
- 1,079 Members
Our newest member: Tyronenodub
Latest Post: loli
Forum Icons:
Forum contains no unread posts
Forum contains unread posts
Topic Icons:
Not Replied
Replied
Active
Hot
Sticky
Unapproved
Solved
Private
Closed