What for is Mailto function used?
(class 10, computer, chapter . HTML 2) notes
Answers
Answered by
2
Answer:
Mailto link is a type of HTML link that activates the default mail client on the computer for sending an e-mail.
The web browser requires a default e-mail client software installed on his computer in order to activate the e-mail client.
Explanation:
The mailto link is written like regular link with extra parameters inside the href attribute:
<a href="mailto:[email protected]">Link text</a>
Similar questions