Dynamic Web Page Development (3350702) MCQs

MCQs of Introduction to Html and CSS

Showing 41 to 50 out of 123 Questions
41.

How do you select all p elements inside a div element?

(તમે div એલિમેંટની અંદરના બધા p એલિમેંટને કેવી રીતે સિલેક્ટ કરો છો?)

(a)

div p 

(b)

div + p

(c)

div.p

(d)

div*p

Answer:

Option (a)

42.

Which property is used to specifies the indentation of the first line in a text-block?

(નીચેનામાંથી કઈ પ્રોપર્ટિનો ઉપયોગ ટેક્સ્ટ-બ્લોકમાં પ્રથમ લાઇનના ઇન્ડેન્ટને સ્પષ્ટ કરવા માટે થાય છે?)

(a)

text-indent

(b)

text-align

(c)

text-decoration

(d)

text-transform

Answer:

Option (a)

43.

Which position is by default in position property?

(પોઝિશન પ્રોપર્ટીમાં, default રીતે કઈ પ્રોપર્ટિ છે?)

(a)

static

(b)

fix

(c)

relative

(d)

absolute

Answer:

Option (a)

44.

In CSS what does "color:red" can be called as

(CSSમાં "color:red" શું કહી શકાય.)

(a)

Selector

(b)

Rule

(c)

Declaration

(d)

Element

Answer:

Option (c)

45.

In radial gradient which shape is by default if you don’t give?

(Radial gradientમાં, જો તમે કોઈ shape આપશો નહીં, તો કયો shape default હોય છે? )

(a)

ellipse

(b)

circle

(c)

square

(d)

triangle

Answer:

Option (a)

46.

Is it possible to declare font-weight, font-face & font-size by using ONLY ONE css propery ?

શું ફક્ત એક CSS પ્રોપર્ટિનો યોગ્ય ઉપયોગ કરીને font-weight, font-face અને font-size declare કરવું શક્ય છે?

(a)

Yes, it's possible

હા, તે શક્ય છે

(b)

No, not possible 

ના, શક્ય નથી

Answer:

Option (a)

47.

Which of the following CSS property repeats an image both horizontally and vertically?

(નીચેની CSSમાંથી કઈ પ્રોપર્ટિ imageને horizontally અને vertically રીતે repeate કરે છે?)

(a)

background

(b)

background-image

(c)

background-repeat

(d)

background-position

Answer:

Option (c)

48.

What is the meaning of opacity level  1?

(opacity level  1 નો અર્થ શું થાય?)

(a)

not transparent

(b)

completely transparent

(c)

medium-transparent

(d)

lightly transparent

Answer:

Option (a)

49.

Which one is the correct syntax of keyframes?

(keyframesની સાચી વાક્યરચના કઈ છે?)

(a)
@keyframes animationname {
	keyframes-selector {css-styles;}
}
(b)
keyframes animationname {
	keyframes-selector css-styles;
}
(c)
keyframes- animationname {
	keyframes-selector css-styles;
}
(d)
@keyframes animationname {
	keyframes-selector {css-styles}
}
Answer:

Option (a)

50.

Which of the following CSS property is used to define a delay before an animation starts?

(નીચેનામાંથી કઈ CSS પ્રોપર્ટીનો ઉપયોગ એનિમેશન શરૂ થાય તે પહેલાં delay define કરવા માટે થાય છે?)

(a)

delay

(b)

transition-delay

(c)

transform-delay

(d)

waiting

Answer:

Option (b)

Showing 41 to 50 out of 123 Questions