Dynamic Web Page Development (3350702) MCQs

MCQs of Introduction to Html and CSS

Showing 81 to 90 out of 123 Questions
81.

Which element works as a sidebar?

(કયું એલિમેંટ sidebarમાં કામ કરે છે?)

(a)

header

(b)

footer

(c)

nav

(d)

aside

Answer:

Option (d)

82.

Which of the following specifies the main content of the document?

(નીચેનામાંથી કયો ટેગ ડોકયુમેંટના main contentનો ઉલ્લેખ કરે છે?)

(a)

<time>

(b)

<main>

(c)

<details>

(d)

 <section>

Answer:

Option (b)

83.

Semantic element <nav> defines _______.

(Semantic element <nav> એ_______ વ્યાખ્યાયિત કરે છે.)

(a)

An article on web page

(web page પર એક article)

(b)

Navigation links

(Navigation લિંક્સ)

(c)

Navigational forms

(Navigational ફોર્મ)

(d)

Navigation page

(Navigation પેજ)

Answer:

Option (b)

84.

In HTML Audio/Video DOM, _______ sets or returns whether the audio/video should start over again when finished.

(DOMમાં HTML ઓડિઓ / વિડિઓ DOMમાં, _______  finish થાય ત્યારે ઓડિઓ / વિડિઓ ફરીથી શરૂ થવો જોઈએ કે નહીં તે સેટ કરે છે અથવા રિટર્ન કરે છે.)

(a)

loop

(b)

autoplay

(c)

seeking

(d)

played

Answer:

Option (a)

85.

<audio> tag is used for audio in HTML5.

(<audio> ટેગ નો ઉપયોગ HTML5 માં ઓડિઓ માટે થાય છે.)

(a)

TRUE

(b)

FALSE

Answer:

Option (a)

86.

What is the correct HTML element for playing video files?

(વિડિઓની ફાઇલોને પ્લે કરવા માટે યોગ્ય HTML એલિમેન્ટ શું છે?)

(a)

<media> 

(b)

<video> 

(c)

<movie>

(d)

<sound>

Answer:

Option (b)

87.

Which tag will add rows to you tables?

(કયો ટેગ ટેબલમાં row ઉમેરશે?)

(a)

<tr> and </tr>

(b)

<th> and </th>

(c)

<td> and </tr>

(d)

<row>and </row>

Answer:

Option (a)

88.

How to create list using lowercase letters?

(લોઅરકેસ અક્ષરોનો ઉપયોગ કરીને લિસ્ટ બનાવવા માટે શેનો ઉપયોગ કરશો?)

(a)

<ol "a">

(b)

<ol= "a">

(c)

<ol letter = "a">

(d)

<ol type = "a">

Answer:

Option (d)

89.

Which element is  specifies a list of pre-defined options for an <input> element?

(<input> એલિમેંટ માટે કયા એલિમેંટ pre-defined ઓપ્શનના લિસ્ટને specify કરે છે?)

(a)

<keygen>

(b)

<output>

(c)

<datalist> 

(d)

<option>

Answer:

Option (c)

90.

HTML is a case sensitive language.

(HTML એ case sensitive લેંગ્વેજ છે.)

(a)

TRUE

(b)

FALSE

Answer:

Option (b)

Showing 81 to 90 out of 123 Questions