<input type="submit" name="submit" id="submit" /> creates a reset button.
<input type="submit" name="submit" id="submit" />
1 Like
False
Reason — <input type="submit" name="submit" id="submit" /> creates a SUBMIT button. RESET button is created by the following code:
<input type="reset" name="reset" id="reset" />
Answered By
3 Likes
Method attribute will always post data into the browser.
Checkbox buttons let users select one or more of a particular set of choices.
What are forms ?
What do you understand by controls in forms ?