Direction: Choose the correct option
Q1.
What does the <form> tag do in HTML?
Direction: Choose the correct option
Q2.
Which attribute specifies where to send the form data?
Direction: Choose the correct option
Q3.
<form action="/submit" method="post">
<input type="text" name="username">
</form>What happens when this form is submitted?Direction: Choose the correct option
Q4.
What are the two main form methods?
Direction: Choose the correct option
Q5.
When should you use the POST method instead of GET?
