Dynamic Webpage With Scripting Language (3360705) MCQs

MCQs of Form Designing using Canvas and CSS

Showing 91 to 100 out of 143 Questions
91.
Which property is used to change the background color?
Background color બદલવા માટે કઈ પ્રોપર્ટિ નો ઉપયોગ થાય છે?
(a) background-color
(b) bgcolor
(c) color
(d) Color-background
Answer:

Option (a)

92.
How do you add a background color for all <h1> elements?
તમે બધા <h1> એલિમેંટ માટે background color કેવી રીતે ઉમેરશો?
(a) h1.all {background-color:#FFFFFF;}
(b) all.h1 {background-color:#FFFFFF;}
(c) h1 {background-color:#FFFFFF;}
(d) h1 (background-color:#FFFFFF;)
Answer:

Option (c)

93.
Which CSS property is used to change the text color of an element?
એલિમેંટનો text color બદલવા માટે કઇ CSS પ્રોપર્ટીનો ઉપયોગ થાય છે?
(a) color
(b) text-color
(c) fgcolor
(d) txt-color
Answer:

Option (a)

94.
Which CSS property is used to change the font style of an element?
એલિમેંટની font style બદલવા માટે કઇ CSS પ્રોપર્ટિનો ઉપયોગ થાય છે?
(a) font-style
(b) font-family
(c) font-face
(d) font-change
Answer:

Option (b)

95.
How do you display hyperlinks without an underline?
કોઈ અંડરલાઇન વિના તમે કેવી રીતે હાઇપરલિંક્સ ડિસ્પ્લે કરી શકો છો?
(a) a {text-decoration:no-underline;}
(b) a {text-decoration:none;}
(c) a {underline:none;}
(d) a {decoration:no-underline;}
Answer:

Option (b)

96.
How do you make each word in a text start with a capital letter?
તમે textમાંના દરેક wordને capital letter થી કેવી રીતે start કરો છો?
(a) transform:capitalize
(b) text-transform:capitalize
(c) You can't do that with CSS
(d) text-style:capitalize
Answer:

Option (b)

97.
How to apply color in your webpage?
તમારા વેબપેજમાં કલર કેવી રીતે apply કરી શકો છો?
(a) #FF0000
(b) #F00
(c) rgb(255, 0, 0)
(d) All of these
ઉપર આપેલ બધા જ
Answer:

Option (d)

98.
How do you make the text bold?
તમે ટેક્સ્ટને કેવી રીતે બોલ્ડ કરી શકો છો?
(a) font-weight:bold;
(b) style:bold;
(c) font:bold;
(d) None of these
ઉપરમાંથી એકપણનહી
Answer:

Option (a)

99.
Which property define the space between the element border and the element content?
કઈ પ્રોપર્ટિ એલિમેંટની બોર્ડર અને એલિમેંટ content વચ્ચેની જગ્યાને define કરે છે?
(a) padding
(b) margin
(c) border
(d) content
Answer:

Option (a)

100.
Which property define the space around elements?
કઈ પ્રોપર્ટિ એલિમેંટની આસપાસની જગ્યાને define કરે છે?
(a) padding
(b) margin
(c) border
(d) content
Answer:

Option (b)

Showing 91 to 100 out of 143 Questions