how to create html stepwise program to create webpage by linking email to webpage?With program from starting
Answers
Answered by
4
Here's your answer:
<html>
<head>
<title>Email us</title>
</head>
<body>
<a href="mailto:[email protected]">Email us.</a>
</body>
</html>
:)
<html>
<head>
<title>Email us</title>
</head>
<body>
<a href="mailto:[email protected]">Email us.</a>
</body>
</html>
:)
siddhishinde:
Thank you so much Can you give me all ans of my other questions?
Similar questions