Dynamic Web Page Development (3350702) MCQs

MCQs of Introduction to Html and CSS

Showing 91 to 100 out of 123 Questions
91.

What does CSS stand for?

(CSS એટલે શું?)

(a)

Cascading Style Sheets  

(b)

Computer Style Sheets

(c)

Colorful Style Sheets

(d)

Creative Style Sheets

Answer:

Option (a)

92.

Which is not the type of CSS?

(નીચેના માંથી CSS ની ટાઇપ કઈ નથી?)

(a)

Inline style

(b)

Internal style

(c)

External style

(d)

Incode style

Answer:

Option (d)

93.

External CSS file is saved with a "_______" file extension.

(External CSS ફાઇલને "_______" ફાઇલ એક્સ્ટેંશનથી save કરવામાં આવે છે.)

(a)

.C

(b)

.JS

(c)

.CS

(d)

.CSS

Answer:

Option (d)

94.

Which HTML tag is used to define an internal style sheet?

(Internal style sheetને define કરવા માટે ક્યાં HTML ટેગ નો ઉપયોગ થાય છે?)

(a)

<style>

(b)

<script>

(c)

<css>

(d)

<link>

Answer:

Option (a)

95.

Which HTML attribute is used to define inline styles?

(Inline styles ને define કરવા માટે કયા HTML attributesનો ઉપયોગ થાય છે?)

(a)

styles  

(b)

style  

(c)

class

(d)

font

Answer:

Option (b)

96.

Which property is used to change the background color?

(Background color બદલવા માટે કઈ પ્રોપર્ટિ નો ઉપયોગ થાય છે?)

(a)

background-color 

(b)

bgcolor

(c)

color

(d)

Color-background

Answer:

Option (a)

97.

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)

98.

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)

99.

Which one of this is not applicable to apply color in your webpage?

(તમારા વેબપેજમાં કલર કઈ રીતે apply કરી શક્તા નથી?)

(a)

#FF0000

(b)

#F00

(c)

rgb(255,0,0)

(d)

rgb(300,0,200)

Answer:

Option (d)

100.

How do you make the text bold?

(તમે ટેક્સ્ટને કેવી રીતે બોલ્ડ કરી શકો છો?)

(a)

font-weight:bold;  

(b)

style:bold;

(c)

font:bold;

(d)

font:dark

Answer:

Option (a)

Showing 91 to 100 out of 123 Questions