CBSE Class 10 Computer Applications Question 40 of 48

HTML III — Audio, Video and Forms — Question 11

Back to all questions
11
Question

Question 11

Method attribute will always post data into the browser.

  1. True
  2. False
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.