Computer Science, asked by psuraj1489, 9 months ago

Write the html code to provide a link to the email id [email protected] through the hypertext "mail to us."

Answers

Answered by Rose4realz
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 keeru0566
2

Explanation:

it is external linking as anchor and herf is used

Attachments:
Similar questions