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
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
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
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
265. Which two attributes of form are always required?
a. name, action
b. action, post
c. method, action
d. target, name
266. The method attribute of form tag, can take values _________.
a. GET
b. POST
c. FORM
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
268. Which attribute of Form controls, is use to give control’s name?
a. name
b. action
c. target
d. None of these
269. The target attribute of <FORM> tag, can take values ____________
a. _blank
b. _self
c. _parent
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
271. The <FORM> tag, is used inside the ___________________ tag.
a. <head>
b. <title>
c. <body>
d. None of these
272. How many types of text input controls are used in the FORM?
a. two
b. three
c. four
d. None of these
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
274. The text boxes are single line input controls, are created using an ______ element.
a. <TEXT>
b. <INPUT>
c. <TEXTBOX>
d. None of these
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
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
277. The _______ attribute of <INPUT> element is use to set the control name.
a. value
b. type
c. size
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
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
280. The width of <INPUT> element is controlled by _______ attribute.
a. value
b. type
c. size
d. maxlength