The ______ attribute is used to specify the form method (get/post).
- methodology
- method
- process
- transaction
The method attribute in an HTML form specifies how to send form data to a server. The two most common methods are "GET" (appends data to the URL) and "POST" (sends data as a separate message). The method you choose should depend on the nature and sensitivity of the data being submitted. For example, sensitive data like passwords should always be sent using the "POST" method.
Loading...
Related Quiz
- An internal document link targets an element with a specific _____ to navigate within the same page.
- In HTML, text within ______ tags is displayed in a new block-level element, typically with a blank line above and below.
- Which target attribute value is used to open a link in a new browsing context (like a new tab or window)?
- Which HTML tag is used to create a description list?
- To merge two or more cells into a single cell horizontally, you use the ______ attribute in a td or th element.