Dynamic Web Page Development (3350702) MCQs

MCQs of Introduction to Html and CSS

Showing 111 to 120 out of 123 Questions
111.

If we want to wrap a block of text around an image, which css property will we use ?

(જો આપણે કોઈ imageની આસપાસ textનો block wrap માંગતા હોય, તો કઈ CSS પ્રોપર્ટિનો ઉપયોગ કરીશું?)

(a)

wrap

(b)

push

(c)

float

(d)

align

Answer:

Option (c)

112.

Suppose we want to arragnge five nos. of DIVs so that DIV4 is placed above DIV1. Now, which css property will we use to control the order of stack?

(ધારો કે આપણે પાંચ div ગોઠવવા માંગીએ છીએ. જેથી DIV4 DIV1 ઉપર મૂકવામાં આવે. હવે, stackના ઓર્ડરને કંટ્રોલ કરવા માટે કઈ CSS પ્રોપર્ટિનો ઉપયોગ કરીશું?)

(a)

d-index

(b)

s-index

(c)

x-index

(d)

z-index

Answer:

Option (d)

113.

If we don't want to allow a floating div to the left side of an element, which css property will we use ?

(જો આપણે કોઈ એલિમેંટની ડાબી બાજુ divને floating આપવાની ઇચ્છા ન હોય, તો કઈ CSS પ્રોપર્ટિનો ઉપયોગ કરીશું?)

(a)

margin

(b)

clear

(c)

float

(d)

padding

Answer:

Option (b)

114.

What is the meaning of gradient in CSS?

(gradient નો અર્થ શું થાય?)

(a)

smooth transitions between two or more specified colors

(બે અથવા વધુ સ્પેસીફાય કલર વચ્ચે smooth transitions)

(b)

smooth transitions only one specified colors

(ફક્ત એક સ્પેસીફાય કલરનું smooth transitions)

(c)

smooth transitions of shadow

(shadow નું smooth transitions)

(d)

waves of two colors

(બે કલરના waves)

Answer:

Option (a)

115.

To create a radial gradient you must also define at least _______ color stops.

(Radial gradient બનાવવા માટે તમારે ઓછામાં ઓછા _______ color stops પણ define કરવા આવશ્યક છે.)

(a)

One

(b)

Two

(c)

Three

(d)

Four

Answer:

Option (b)

116.

Can we define the text direction via css property ?

(શું આપણે CSS પ્રોપર્ટી દ્વારા text direction define કરી શકીએ?)

(a)

Yes, we can

(b)

No, we can't

Answer:

Option (a)

117.

If we want to use a nice looking green dotted border around an image, which css property will we use?

(જો આપણે કોઈ imageની આજુબાજુ એક સરસ દેખાતી લીલી ડોટેડ બોર્ડરનો ઉપયોગ કરવા માંગતા હો, તો કઈ CSS પ્રોપર્ટીનો ઉપયોગ કરીશું?)

(a)

border-color

(b)

border-decoration

(c)

border-style

(d)

border-line

Answer:

Option (c)

118.

The opacity-level describes the  _______.

(_______ Opacity-level ને describe કરે છે.)

(a)

bottom-level

(b)

lighting-level

(c)

transparency-level

(d)

blur-level

Answer:

Option (c)

119.

Which of the following method rotates an element an element around its Y-axis at a given degree using transform 3D?

(Transform 3Dનો ઉપયોગ કરીને આપેલ ડિગ્રી પર નીચેની કઈ મેથડ તેના Y-axisની આસપાસ ફેરવે છે?)

(a)

rotateY()

(b)

rotate-Y()

(c)

rotate-Yaxis()

(d)

Yrotate()

Answer:

Option (a)

120.

Which of the following CSS property allows elements to be offset, rotated, scaled, and skewed in a variety of different ways?

(નીચેની CSS માંથી કઈ પ્રોપર્ટી એલિમેન્ટ્સને offset, rotated, scaled, અને skewed કરવાનું allow કરે છે?)

(a)

transform-3D

(b)

transform-origin

(c)

transform

(d)

transition

Answer:

Option (c)

Showing 111 to 120 out of 123 Questions