CSS Questionary
CSS Questionary
1. What is CSS ?
a. Cascading Sub Sheets
b. Component Style Sheets
c. Cascading Style Sheets
d. Component Sub Sheets
2. What are the different variations of CSS ?
a. CSS 1, CSS 2, CSS 3, CSS 4,CSS 5
b. CSS 1, CSS 3, CSS 5, CSS 6,CSS 5.1
c. CSS 1, CSS 1.2, CSS 2.1, CSS 3,CSS 4
d. CSS 1, CSS 2, CSS 2.1, CSS 3,CSS 4
3. Who maintains the CSS specifications?
World Wide Web Center
a.
World Wide Web Consortium
b.
World Wide Web Centurion
c.
World Wide Web Authority
d.
4. In how many ways can a CSS be integrated as a web
page?
a. Inline: Style attribute can be used to have CSS applied
HTML elements.
b. Embedded: The Head element can have a Style element
within which the code can be placed.
c. Linked/ Imported: CSS can be placed in an external file and
linked via link element.
d. All of Above
5. Select correct Declaration block
a.[property 1: value 3]
b.[Value 1, property 3]
c.[property 1; value 3]
d.None of Above
6. fonts’ attributes are:
a. Caption
b. Icon
c. Both a. and b.
d. None of Above
7. insert a file by importing using:
a. @import <Style> file_tag
Adient – INTERNAL
b. @import notation, used with <Style> tag
c. @import notation, used with <file> tag
d. None of Above
8. more than one declaration be added in CSS using
a. comma
b. semicolon
c. hash
d. <>
9. Default property value can be restored through CSS
a. False
b. True
10. Various Media types used in CSS:
a. Aural, Print, Projection
b. Handheld, Screen
c. Both a. & b
d. a.
11. What is CSS Box Model and what are its elements?
a. Margin, Border, Padding, Content
b. Start, spacing, thickness, end
c. a. & b.
d. a.
12. A color can be specified in:
a. Hexadecimal
b. RGB
c. a. & b.
d. None of Above
13. Dimension be defined of an element:
a. Height, Max-height,Max-width, Min-height, Min-width,Width
b. Height, width, Min-height, Min-width
c. a. & b.
d. only a.
14. How can the gap under the image be removed?
a. img { block: display ; }
b. img { block; display : }
c. img { display; block : }
d. img { display: block ; }
15. How comments can be added in CSS?
a. */ and */
b. /* and /*
c. <!-- and -->
d. /* and */
Adient – INTERNAL