Write the html code to provide a link to the email id [email protected] through the hypertext "mail to us."
Answers
Answered by
6
<html>
<head>
<title>Sending a html code</title>
</head>
<body>
<a href ="[email protected]">click here to mail to navdeep</a>
</body>
</html>
Answered by
2
Explanation:
it is external linking as anchor and herf is used
Attachments:
Similar questions