CBSE Class 10 Computer Application code 165 Unit 2 HTML I MCQ’s – Set 14


By Anjeev Kr Singh – Computer Science Educator
Published on : December 6, 2021 | Updated on : December 22, 2021

Class 10 Computer Application Code 165

Unit 2 : HTML – 1



Multiple Choice Questions [Unit 2 – HTML-I Set 14]


261. In HTML there are ________ types of buttons.

a. two

b. three

c. four

d. None of these

Answer: b. three


262. In HTML, which of the following is not a valid types of of button.

a. OK button

b. Submit button

c. Reset button

d. Push button

Answer: a. OK button


263. In HTML, form controls, like Input Box, Lables, Checkbox, etc. are written inside ________ tag.

a. <HEAD> … </HEAD>

b. <BODY> .. </BODY>

c. <FORM> …. </FORM>

d. None of these

Answer: c. <FORM> …. </FORM>


264. To create or use a form in your web page, you need to make use of _____ tag.

a. <html>

b. <input>

c. <form>>

d. None of these

Answer: c. <form>


265. Which two attributes of form are always required?

a. name, action

b. action, post

c. method, action

d. target, name

Answer: c. method, action


266. The method attribute of form tag, can take values _________.

a. GET

b. POST

c. FORM

d. All of these

Answer: d. All of these


267. The _________ attribute of <FORM> tag, specifies the target page where the result of the script will be displayed.

a. method

b. action

c. target

d. All of these

Answer: c. target


268. Which attribute of Form controls, is use to give control’s name?

a. name

b. action

c. target

d. None of these

Answer: a. name


269. The target attribute of <FORM> tag, can take values ____________

a. _blank

b. _self

c. _parent

d. All of these

Answer: d. All of these


270. The <FORM> tag, is a ___________________ element.

a. empty

b. container

c. container but sometime use as empty

d. None of these

Answer: b. container


271. The <FORM> tag, is used inside the ___________________ tag.

a. <head>

b. <title>

c. <body>

d. None of these

Answer: c. <body>


272. How many types of text input controls are used in the FORM?

a. two

b. three

c. four

d. None of these

Answer: b. three


273. Which of the following are possible text input controls in HTML Form?

a. Single-line text input controls

b. Password input controls

c. Multi-lime text input controls

d. All of these

Answer: d. All of these


274. The text boxes are single line input controls, are created using an ______ element.

a. <TEXT>

b. <INPUT>

c. <TEXTBOX>

d. None of these

Answer: b. <INPUT>


275. Identify the valid <INPUT> command for the given figure:-

a. <inputbox type=”text” name=”sname”>

b. <input type=”text” name=’sname’>

c. <TEXTBOX type=”input” name=’sname’>

d. None of these

Answer: b. <input type=”text” name=’sname’>


276. <INPUT> element has following attributes – .

a. type, name, value, size, maxlength

b. name, action, method, value,size

c. type, name, value, rows, cols

d. None of these

Answer: a. type, name, value, size, maxlength


277. The _______ attribute of <INPUT> element is use to set the control name.

a. value

b. type

c. size

d. name

Answer: d. name


278. The _______ attribute of <INPUT> element, indicates the type of input control you want to create.

a. value

b. type

c. size

d. name

Answer: b. type


279. The _______ attribute of <INPUT> element is use to provide an initial value for the text input control, which you can use as default value also.

a. value

b. type

c. size

d. name

Answer: a. value


280. The width of <INPUT> element is controlled by _______ attribute.

a. value

b. type

c. size

d. maxlength

Answer: c. size



More MCQ’s will be by 07-12-2021 11:00 pm.

Class 10 Computer Application Code 165 HTML – I MCQ’s


Class 10 Computer Application Code 165 Cyber Ethics MCQ’s


About the Author

Anjeev Kr Singh

Anjeev Kr Singh

Computer Science Educator, Author, and HOD. Guiding CBSE students in CS, IP, IT, WA & AI via mycstutorial.in. Creator of Question Bank for Class 10 & 12 students.

You cannot copy content of this page

Scroll to Top