127k views
3 votes
Look at the following HTML form. Which description is correct?

Please enter your discount code:



1 Answer

0 votes

Answer:

<form action = "discount.php" method = "post" > discount method can be extract from POST method

Step-by-step explanation:

<form action = "discount.php" method = "post" >

<input type = "text" size = "12" name = "code" >

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

</form>

User Bismark
by
7.9k points

No related questions found