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 html support javascripts?
Can we change inline elements into block-level elements?
Why are not my frames the exact size I specified?
Write an HTML table tag sequence that outputs the following:
What is img src?
Is select an empty tag in html?
How can I display an image on my page?
How do I close a browser window with html code?
Explain HTML blocks?
How to give two images in background.
What is the purpose of 'autofocus' attribute in HTML5?
What is the difference between hr and br tag?