Write down a syntax of a 'Button Control' in HTML
Answers
Answered by
1
Answer:
Example 2: Two form submit buttons
<input type="submit" name="send_button" value="Send"> <input type="submit" name="send_button" value="Send Now!"> (If the first form button is pressed, then the field send_button with value "Send" will be sent to the server.
Similar questions