Dynamic Web Page Development (3350702) MCQs

MCQs of Introduction to Html and CSS

Showing 71 to 80 out of 123 Questions
71.

Which tag can add colspan=n?

(ક્યો ટેગ colspan=n ઉમેરી શકે છે?)

(a)

<tr> 

(b)

<td>

(c)

<table> 

(d)

<th>

Answer:

Option (b)

72.

Choose the correct HTML tag to left-align the content inside a table cell

(ટેબલ cellની અંદરના contentને ડાબી બાજુ ગોઠવવા માટે સાચો HTML ટેગ પસંદ કરો)

(a)

<td leftalign>

(b)

<td align="left">

(c)

<td valign="left">

(d)

<td="left">

Answer:

Option (b)

73.

What is the correct HTML for making a checkbox?

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

(a)

<input type="check">

(b)

<checkbox>

(c)

<check>

(d)

<input type="checkbox">  

Answer:

Option (d)

74.

What is the correct HTML for making a drop-down list?

(Drop-down list બનાવવા માટે યોગ્ય HTML શું છે?)

(a)

<select>

(b)

<input type="list">

(c)

<input type="dropdown">

(d)

<list>

Answer:

Option (a)

75.

Which HTML element is used to specify a footer for a document or section?

(ડોકયુમેંટ અથવા સેક્શન માટે ફૂટરને specify કરવા માટે કયુ HTML એલિમેંટ વપરાય છે?)

(a)

<bottom>

(b)

<footer> 

(c)

<section>

(d)

<document>

Answer:

Option (b)

76.

_______ features was already introduced before HTML5.

(HTML5 પહેલાં _______ features પહેલેથી જ રજૂ કરવામાં આવ્યા હતા.)

(a)

Video

(b)

Canvas

(c)

Frames

(d)

Audio

Answer:

Option (c)

77.

HTML5 is supported in not all modern browsers.

(HTML 5 એ બધા modern બ્રાઉઝર્સમાં સપોર્ટેડ નથી.)

(a)

TRUE

(b)

FALSE

Answer:

Option (b)

78.

HTML5 document may contains a _______ element, which is used to set the header section of a document.

(HTML5 ડોકયુમેંટમાં _______ એલિમેંટ હોઈ શકે છે, જેનો ઉપયોગ ડોકયુમેંટના હેડર વિભાગને સેટ કરવા માટે થાય છે.)

(a)

header

(b)

footer

(c)

section

(d)

aside

Answer:

Option (a)

79.

_______ contains the navigation menu, or other navigation functionality for the page.

(_______ નેવિગેશન મેનૂ અથવા પેજ માટે અન્ય navigation functionality ધરાવે છે.)

(a)

section

(b)

header

(c)

nav

(d)

aside

Answer:

Option (c)

80.

The _______ element defines the contact information for the author/owner of a document or an article.

(_______ એલિમેંટ author/owner ના ડોકયુમેંટ અથવા article માટેની  contact  માહિતી define કરે છે.)

(a)

<address>

(b)

<article>

(c)

<section>

(d)

<header>

Answer:

Option (a)

Showing 71 to 80 out of 123 Questions