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 |
Does a hyperlink apply to text only?
Can I use percentage values for td width=... Tag?
Can I have two or more actions in the same form?
How do you identify rows and columns?
What is html5 output element?
What does the alt attribute do?
How to upload files using html to website?
What is the difference between HTML elements and tags?
How do I create a meta tag?
What is html lang en?
Which html tag is used to display the data in the tabular form?
How to create and access sessionstorage object in html?