MCQOPTIONS
Saved Bookmarks
This section includes 5 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
How more than one option can be selected in drop down? |
| A. | Use of multiple attribute inside <option> tag. |
| B. | Use of multiple attribute inside <select> tag. |
| C. | use of multiple attribute inside <text> tag. |
| D. | It is not possible to select more than one option in drop down. |
| E. | |
| Answer» C. use of multiple attribute inside <text> tag. | |
| 2. |
Which of the following tag is used for drop down list? |
| A. | <select> |
| B. | <text> |
| C. | <textarea> |
| D. | <dropdown> |
| Answer» B. <text> | |
| 3. |
Which one of the following does not hold true regarding POST method in HTML? |
| A. | Use of POST method in HTML is more secured. |
| B. | Use of POST method enables us to bookmark the page. |
| C. | POST has no size limitation. |
| D. | None of these. |
| Answer» C. POST has no size limitation. | |
| 4. |
Which one of the following does not hold true regarding GET method in HTML? |
| A. | Use of GET method in HTML is more secured. |
| B. | Use of GET method enables us to bookmark the page. |
| C. | GET has size limitation. |
| D. | None of the above |
| Answer» B. Use of GET method enables us to bookmark the page. | |
| 5. |
Which one of the following is a form element? |
| A. | text box. |
| B. | radio button. |
| C. | submit button. |
| D. | All of these. |
| Answer» E. | |