Computer Science, asked by yuvrajyadav232009, 3 months ago

Write down a syntax of a 'Button Control' in HTML​

Answers

Answered by peehu6831
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