What are HTML forms, and what are their key attributes?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
HTML forms collect user input. Key attributes:
• action: URL where form data is sent.
• method: HTTP method (GET or POST) used for submission.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
HTML forms collect user input. Key attributes:
• action: URL where form data is sent.
• method: HTTP method (GET or POST) used for submission.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the basic tags of html?
Why does the browser show my plain html source?
What is form tag in html?
What are the new media element in HTML 5 other than audio and video?
How to create and access sessionstorage object in html5?
What are html helpers?
What is html email format?
What are tags used for?
Explain the key differences between localstorage and sessionstorage objects.
What is a Web Worker?
Write a code to change the color of the background or text? Explain the elements involved in it.
How do you use a href?