Dynamic Web Page Development (3350702) MCQs

MCQs of User data input through Forms

Showing 11 to 20 out of 46 Questions
11.

How more than one option can be selected in drop down?

(Drop downમાં એક કરતા વધુ ઓપ્શન કેવી રીતે સિલેક્ટ કરી શકાય?)

(a)

Use of multiple attribute inside <option> tag.

(<option> ટેગની અંદર મલ્ટિપલ attributeનો ઉપયોગ.)

(b)

Use of multiple attribute inside <select> tag.

(<select> ટેગની અંદર મલ્ટિપલ attributeનો ઉપયોગ.)

(c)

Use of multiple attribute inside <text> tag.

(<text> ટેગની અંદર મલ્ટિપલ attributeનો ઉપયોગ.)

(d)

It is not possible to select more than one option in drop down.

(ડ્રોપ ડાઉનમાં એક કરતા વધુ ઓપ્શન સિલેક્ટ કરવાનું શક્ય નથી.)

Answer:

Option (b)

12.

Which tag is used to create a checkbox in HTML?

(HTMLમાં checkbox બનાવવા માટે કયા ટેગનો ઉપયોગ થાય છે?)

(a)

<checkbox>

(b)

<Input type = "checkbox">

(c)

<cb>

(d)

<Input type = "check">

Answer:

Option (b)

13.

Which element is used to create multi-line text input?

(મલ્ટી-લાઇન ટેક્સ્ટ ઇનપુટ બનાવવા માટે કયા એલિમેંટનો ઉપયોગ થાય છે?)

(a)

 text

(b)

textarea

(c)

submit

(d)

radio button

Answer:

Option (b)

14.

Which attribute is not used for the radio type?

(Radio type માટે કયા attributeનો ઉપયોગ થતો નથી?)

(a)

name

(b)

value

(c)

checked

(d)

selected

Answer:

Option (d)

15.

Which attribute is used with <select> element?

(<select> એલિમેંટ સાથે કયા attributeનો ઉપયોગ થાય છે?)

(a)

multiple

(b)

selected

(c)

value

(d)

label

Answer:

Option (a)

16.

Which of the following is not used with password attribute?

(નીચેનામાંથી કયા password attribute સાથે ઉપયોગમાં લેવાતા નથી?)

(a)

name

(b)

size

(c)

maxlength

(d)

min

Answer:

Option (d)

17.

Which of the following tag is used to define options in a drop-down selection list?

(નીચે આપેલામાંથી કયા ટેગનો ઉપયોગ drop-down સિલેકશન લિસ્ટમાં ઓપ્શનને define કરવા માટે થાય છે?)

(a)

<select>

(b)

<list>

(c)

<dropdown>

(d)

<option>

Answer:

Option (d)

18.

The _______ tag defines a multi-line text input control.

(_______ ટેગ મલ્ટિ-લાઇન ટેક્સ્ટ ઇનપુટ કંટ્રોલને define કરે છે.)

(a)

<textbox>

(b)

<textarea>

(c)

<radio>

(d)

<checkbox>

Answer:

Option (b)

19.

Which attribute specifies a short hint that describes the expected value of an input field ?

(ક્યાં attributeએ short hintને specify કરે છે જે ઇનપુટ ફીલ્ડના expected વેલ્યુને describe કરે છે?)

(a)

name

(b)

placeholder

(c)

value

(d)

required

Answer:

Option (b)

20.

In which HTML form controls, user can select ONE of a limited number of choices?

(કયા HTML ફોર્મ કંટ્રોલમાં, યુઝર લિમિટેડ સંખ્યામાંની પસંદગીમાંથી એક પસંદ કરી શકે છે?)

(a)

checkbox

(b)

radio button

(c)

textarea

(d)

password

Answer:

Option (b)

Showing 11 to 20 out of 46 Questions