Computer Science, asked by siddhishinde, 1 year ago

how to create html stepwise program to create webpage by linking email to webpage?With program from starting

Answers

Answered by MyselfAbhi
4
Here's your answer:
<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?
MyselfAbhi: You're welcome and yes, I'll surely be glad to answer your doubts especially in programming and cosmos/scientific stuffs. :)
siddhishinde: ok
Similar questions