Dynamic Web Page Development (3350702) MCQs

MCQs of Introduction to Html and CSS

Showing 11 to 20 out of 123 Questions
11.

The _______ element is used to define a list/menu of commands.

(_______ એલિમેંટનો ઉપયોગ commandના list/menuને વ્યાખ્યાયિત કરવા માટે થાય છે.)

(a)

<address>

(b)

<article>

(c)

<section>

(d)

<menu>

Answer:

Option (d)

12.

What is the correct HTML for adding a background color?

(Background color ઉમેરવા માટે યોગ્ય HTML શું છે?)

(a)

<background>yellow</background>  

(b)

<body style="background-color:yellow;">

(c)

<body bg="yellow">

(d)

<body color="yellow">

Answer:

Option (b)

13.

Which tag is used to add columns to tables?

(ટેબલમાં columns ઉમેરવા માટે કયા ટેગનો ઉપયોગ થાય છે?)

(a)

<td>

(b)

<tr>

(c)

<th>

(d)

<colspan>

Answer:

Option (a)

14.

What is the correct HTML for making a text area?

(Text area બનાવવા માટે યોગ્ય HTML શું છે?)

(a)

<input type="textarea">

(b)

<textarea>  

(c)

<input type="textbox">

(d)

<textbox>

Answer:

Option (b)

15.

What is the correct HTML for making a text input field?

(Text input field બનાવવા માટે યોગ્ય HTML શું છે?)

(a)

<textinput type="text">

(b)

<input type="text">  

(c)

<textfield>

(d)

<input type="textfield">

Answer:

Option (b)

16.

Which input fields is used for contain a value within a numeric value?

(કયા ઇનપુટ ફીલ્ડ્સનો ઉપયોગ ન્યૂમેરિક વેલ્યુની અંદરની વેલ્યુ માટે થાય છે?)

(a)

number

(b)

range

(c)

date

(d)

text

Answer:

Option (a)

17.

Which of following is a new input type in HTML5?

(HTML5 માં નીચેનામાંથી કયો નવો ઈનપુટ ટાઇપ છે?)

(a)

Button

(b)

Text

(c)

Address

(d)

Date

Answer:

Option (d)

18.

_______ defines a group of content that should be used as a figure and may be labeled by a legend element.

(_______ contentના ગ્રુપને define કરે છે જેનો ઉપયોગ figure તરીકે થવો જોઈએ અને legend એલિમેંટ દ્વારા લેબલ લગાવી શકાય છે.)

(a)

figure

(b)

details

(c)

output

(d)

aside

Answer:

Option (a)

19.

In HTML Audio/Video DOM, _______ sets or returns whether the audio/video should start playing as soon as it is loaded.

( DOMમાં HTML ઓડિઓ / વિડિઓ, _______ લોડ થાય કે તરત જ તે ઓડિઓ / વિડિઓ પ્લે થાય છે કે નહીં તે સેટ કરે છે અથવા રિટર્ન કરે છે.)

(a)

controls

(b)

audio tracks

(c)

autoplay

(d)

currentSrc

Answer:

Option (c)

20.

Which attribut is used to add video controls like play, pause and volume in video?

(વિડિઓમાં પ્લે, pause અને વોલ્યુમ જેવા વિડિઓ કંટ્રોલ ઉમેરવા માટે કયા attributesનો ઉપયોગ થાય છે?)

(a)

<autoplay>

(b)

<play>

(c)

<video controls>

(d)

<controls>

Answer:

Option (d)

Showing 11 to 20 out of 123 Questions