Advertisements
Advertisements
Question
Write HTML code to create a hyperlink for sending an email to “[email protected]. in” when the user clicks on the text ‘HELP’.
Very Short Answer
Advertisements
Solution
To create a hyperlink for sending an email, use the
<a> tag with the mailto: prefix in the href attribute.HTML Code:
<a href="mailto:[email protected]">HELP</a>shaalaa.com
Is there an error in this question or solution?
2025-2026 (March) Official Board Paper
