Dynamic Web Page Development (3350702) MCQs

MCQs of Introduction to Html and CSS

Showing 101 to 110 out of 123 Questions
101.

Which property define the space around elements?

(કઈ પ્રોપર્ટિ એલિમેંટની આસપાસની જગ્યાને define કરે છે?)

(a)

padding  

(b)

margin

(c)

border

(d)

content

Answer:

Option (b)

102.

What is the correct HTML syntax for adding a background color?

(Background color ઉમેરવા માટે યોગ્ય HTML syntax શું છે?)

(a)

<body bg="yellow">

(b)

<body style="background-color:yellow;">

(c)

<backgroung> yellow </background>

(d)

<body style: "background-color:yellow;">

Answer:

Option (b)

103.

How do you make a list that lists its items with squares?

(તમે તેના લિસ્ટની itemsને squares સાથે લિસ્ટ કેવી રીતે બનાવો છો?)

(a)

list: square;  

(b)

list-type: square;

(c)

list-style-type: square;  

(d)

liststyletype: square;  

Answer:

Option (c)

104.

How do you select elements with class name 'test'?

(Class name 'test' સાથે તમે એલિમેંટ કેવી રીતે સિલેક્ટ કરો છો?)

(a)

.test  

(b)

#test

(c)

*test

(d)

test

Answer:

Option (a)

105.

If we want define style for an unique element, then which css selector will we use ?

(જો આપણે કોઈ unique element માટે style define કરવા માંગીએ છીએ, તો પછી કયા CSS selectorનો ઉપયોગ કરીશું?)

(a)

Id

(b)

text

(c)

class

(d)

name

Answer:

Option (a)

106.

What is the default value of the position property?

(Position પ્રોપર્ટિની ડિફોલ્ટ વેલ્યુ કેટલી છે?)

(a)

fixed  

(b)

absolute

(c)

static  

(d)

relative

Answer:

Option (c)

107.

Which of the following property is used to set the background image of an element?

(નીચેનામાંથી કઈ પ્રોપર્ટિનો ઉપયોગ એલિમેંટની background image ને સેટ કરવા માટે થાય છે?)

(a)

background-color

(b)

background-image

(c)

background-repeat

(d)

background-position

Answer:

Option (b)

108.

Which of the following property is used to set the text shadow around a text?

(Textની આસપાસ text shadow સેટ કરવા માટે નીચેનામાંથી કઈ પ્રોપર્ટિનો ઉપયોગ થાય છે?)

(a)

white-space

(b)

text-shadow

(c)

text-decoration

(d)

text-transform

Answer:

Option (b)

109.

Which of the following property changes the color of bottom border?

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

(a)

border-color

(b)

border-style

(c)

border-width

(d)

border-bottom-color

Answer:

Option (d)

110.

Which of the following property specifies the right padding of an element?

(નીચેનામાંથી કઈ પ્રોપર્ટિ એલિમેંટના right padding ને specifty કરે છે?)

(a)

right - padding

(b)

paddingright

(c)

padding_right

(d)

padding-right

Answer:

Option (d)

Showing 101 to 110 out of 123 Questions