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
