Dynamic Webpage With Scripting Language (3360705) MCQs

MCQs of Form Designing using Canvas and CSS

Showing 31 to 40 out of 143 Questions
31.
_______ contains the navigation menu, or other navigation functionality for the page.
_______ નેવિગેશન મેનૂ અથવા પેજ માટે અન્ય navigation functionality ધરાવે છે.
(a) section
(b) header
(c) nav
(d) aside
Answer:

Option (c)

32.

Which of the following element is used for highlighting content similarly to how a highlighter pen might be used on important text in a book?

બૂકના important text પર હાઇલાઇટર પેનનો ઉપયોગ કેવી રીતે થઈ શકે તે રીતે નીચેનામાથી કયો એલિમેંટ contentને highlighting કરવા માટે થાય છે?

(a)

em

(b)

strong

(c)

mark

(d)

None of these

ઉપરમાંથી એકપણનહી

Answer:

Option (c)

33.
What is the correct HTML for creating a hyperlink?
હાયપરલિંક બનાવવા માટે યોગ્ય HTML એલિમેંટ શું છે?
(a) <a url="http://darshan.ac.in"></a>
(b) <a name="http://darshan.ac.in"></a>
(c) <a href="http://darshan.ac.in"></a>
(d) <a></a>
Answer:

Option (c)

34.

How can you open a link in a new tab/browser window?

તમે નવી ટેબ / બ્રાઉઝર ને વિંડોમાં કેવી રીતે ખોલી શકો છો?

(a)

<a href="url" target="_blank">

(b)

<a href="url" target="new">

(c)

<a href="url" new>

(d)

<a href="url" target="_self">

Answer:

Option (a)

35.
What is the correct HTML for inserting an image?
Image ઇન્સર્ટ કરવા માટે યોગ્ય HTML શું છે?
(a) <img alt="MyImage">image.gif</img>
(b) <img href="image.gif" alt="MyImage">
(c) <img src="image.gif" alt="MyImage">
(d) <image src="image.gif" alt="MyImage">
Answer:

Option (c)

36.
Which HTML element defines the title of a document?
કયા HTML એલિમેંટ ડોકયુમેંટના titleને વ્યાખ્યાયિત કરે છે?
(a) <meta>
(b) <title>
(c) <head>
(d) <tt>
Answer:

Option (b)

37.
Which tag is used to encapsulate navigation and then style the elements appropriately as menu items?
કયા ટેગનો ઉપયોગ નેવિગેશનને encapsulate કરવા માટે થાય છે અને તે પછી એલિમેંટને મેનૂ item તરીકે યોગ્ય રીતે સ્ટાઇલ કરે છે?
(a) ul
(b) li
(c) nav
(d) A and B Both
A અને B બંને
Answer:

Option (d)

38.
Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?
જો image display કરી શકાતી નથી, તો કયા HTML attributes image માટે alternate textનો ઉલ્લેખ કરે છે?
(a) alt
(b) src
(c) title
(d) longdesc
Answer:

Option (a)

39.
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)

40.
The _______ element is used to group together two or more heading elements.
_______ એલિમેંટનો ઉપયોગ બે અથવા વધુ heading એલિમેંટ સાથે ગ્રુપ બનાવવા માટે થાય છે.
(a) <article>
(b) <address>
(c) <hgroup>
(d) <header>
Answer:

Option (c)

Showing 31 to 40 out of 143 Questions