Computer Applications
Method attribute will always post data into the browser.
- True
- False
HTML Advanced Features
2 Likes
Answer
False
Reason — The method attribute will not always "post" data into the browser. The method attribute can be set to "GET" or "POST" to determine how the data is sent to the server.
Answered By
1 Like
Related Questions
A label's for attribute should match the input's …………… .
- type
- id
- name
- size
Creates blank text field, but shows the text as asterisks.
- Type="text"
- Type="hidden"
- Type="password"
- Type="null"
Checkbox buttons let users select one or more of a particular set of choices.
- True
- False
<input type="submit" name="submit" id="submit" />
creates a reset button.- True
- False