Advertisements
Advertisements
प्रश्न
Write HTML code to create a hyperlink for sending an email to “[email protected]. in” when the user clicks on the text ‘HELP’.
अति संक्षिप्त उत्तर
Advertisements
उत्तर
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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
2025-2026 (March) Official Board Paper
