Dynamic Web Page Development (3350702) MCQs

MCQs of User data input through Forms

Showing 1 to 10 out of 46 Questions
1.

The _______ tag is used to create an HTML form for user input.

(_______ ટેગનો ઉપયોગ યુઝર ઇનપુટ માટે HTML ફોર્મ બનાવવા માટે થાય છે.)

(a)

<from>

(b)

<form> 

(c)

<block>

(d)

<fieldset>

Answer:

Option (b)

2.

Which attributes is not <form> tag?

(કયા attributes <ફોર્મ> ટેગના નથી?)

(a)

Method

(b)

Action

(c)

Enctype

(d)

Href

Answer:

Option (d)

3.

Which attribute is specifies how the form-data should be encoded when submitting it to the server?

(સર્વર પર સબમિટ કરતી વખતે ફોર્મ-ડેટાને કેવી રીતે એન્કોડ કરવું જોઈએ તે કયુ attribute specify કરે છે?)

(a)

Method

(b)

enctype

(c)

Action 

(d)

Name

Answer:

Option (b)

4.

Which  attribute is responsible for where to send the form-data when a form is submitted?

(જ્યારે ફોર્મ સબમિટ થાય છે ત્યારે ફોર્મ-ડેટા ક્યાં મોકલવો તે માટે ક્યુ attribute જવાબદાર છે?)

(a)

Method

(b)

enctype

(c)

Action 

(d)

Name

Answer:

Option (c)

5.

Which attribute is specifies how to send form-data?

( ફોર્મ-ડેટાને કેવી રીતે મોકલવા તે ક્યો attribute specify કરે છે?)

(a)

Method

(b)

enctype

(c)

Action 

(d)

Name

Answer:

Option (a)

6.

Which of the following attributes of text box control allow to limit the maximum character?

(ટેક્સ્ટ બોક્સ કંટ્રોલના નીચેનામાંથી ક્યાં attribute maximum characterની limit ને allow કરે છે?)

(a)

size

(b)

len

(c)

maxlength

(d)

maximum

Answer:

Option (c)

7.

What is the use of  <input type="text"> in HTML form?

(HTML ફોર્મમાં <input type="text"> શેના માટે વપરાય છે?)

(a)

One line text

(b)

Block of text

(c)

One paragraph

(d)

More than one line text

Answer:

Option (a)

8.

Choose the incorrect option.

(ખોટો વિકલ્પ પસંદ કરો.)

(a)

radio button allows to choose only one option from the given options.

(રેડિયો બટન આપેલ ઓપ્શનમાંથી ફક્ત એક જ ઓપ્શન સિલેક્ટ કરવાનું allow કરે છે.)

(b)

default option can be chosen using attribute "selected" in radio button

(ડિફોલ્ટ ઓપ્શન રેડિયો બટનમાં "selected" attributeનો ઉપયોગ કરીને સિલેક્ટ કરી શકાય છે.)

(c)

 default option can be chosen using attribute "checked" in radio button

(ડિફોલ્ટ ઓપ્શન રેડિયો બટનમાં "checked" attributeનો ઉપયોગ કરીને સિલેક્ટ કરી શકાય છે.)

(d)

checkbox allows to choose one or more than one options from the given options.

(ચેકબોક્સ આપેલ ઓપ્શનમાંથી એક અથવા વધુ ઓપ્શન સિલેક્ટ કરવાનું allow કરે છે.)

Answer:

Option (b)

9.

Choose the incorrect option.

(ખોટો વિકલ્પ પસંદ કરો.)

(a)

action attribute is used inside starting tag of form.

(actionના attributeનો ઉપયોગ ફોર્મના starting ટેગની અંદર થાય છે.)

(b)

With the use of action, we can redirect to a page once submit button is clicked.

(actionના ઉપયોગ સાથે, એકવાર સબમિટ બટન ક્લિક થઈ જાય પછી પેજ પર રીડાયરેક્ટ કરી શકીએ છીએ.)

(c)

<form action:"home.php"> redirects to the page home.php.

(<form action:"home.php"> home.php પેજ પર રીડાયરેક્ટ કરે છે.)

(d)

<form action="home.php"> redirects to the page home.php.

(<form action="home.php"> home.php પેજ પર રીડાયરેક્ટ કરે છે.)

Answer:

Option (c)

10.

Which of the following tag is used for drop down list?

(નીચેનામાંથી કયો ટૅગ drop down લિસ્ટ માટે વપરાય છે?)

(a)

<select>

(b)

<text>

(c)

<textarea>

(d)

<dropdown>

Answer:

Option (a)

Showing 1 to 10 out of 46 Questions