Computer Science, asked by qazwsxedcr614, 11 months ago

How do we send an email using HTML forms?

Answers

Answered by afreen1991
0

form method="post" name="contact_form"

action="contact-form-handler.php">

Your Name:

<input type="text" name="name">

Email Address:

<input type="text" name="email">

Message:

<textarea name="message"></textarea>

<input type="submit" value="Submit">

</form>

JS:

Similar questions