CSS Set2&3
CSS Set2&3
4. The ____________ property specifies which sides of an element other floating elements are
not allowed.
A. cleared
B. clear
C. float
D. Both A and B above
7. Block elements can be aligned by setting the left and right margins to “align”
A. True
B. False
12. _________ property can be used to Increase or decrease the space between words
A. space
B. word-spacing
C. word-space
D. Both b and c above
13. Multiple external style sheets cannot be referenced inside a single HTML document
A. True
B. False
15. The _________ property is mostly used to remove underline from links
A. text-trans
B. text-transformation
C. text-decoration
D. text-deco
Answers
1.A 2.A 3.C 4.B 5.D 6.D
7.B 8.C 9.A 10.C 11.C 12.B
13.B 14.B 15.C 16.A 17.C 18.A
19.D 20.B
Set 3:
4. To use inline styles you use the style attribute in the …………… tag
A.style tag
B.relevant tag
C.link tag
D.None of the above
18. Fonts such as Times New Roman which have spaces in between must be
wrapped inside ______
A.Quotation Mark
B.Round Brackets
C.Triangular Brackets
D.Curly Braces
20. How do you make a list that lists its items with squares?
A.list-type: square
B.list-style-type: square
C.type: 2
D.type: square
21. How do you make a list that lists its decimal values with Sequence Type?
A.list-style-type:decimal
B.list-type: square
C.type: 1.2
D.type: decimal
23. Which property can be used to indicate whether the marker should appear
outside or inside of the box containing the bullet points?
A.list-style-character:
B.list-style-position:
C.list-style-image:
D.None of the above
24. Which property can be used to specify all the list properties into a single
expression?
A.ls-style
B.liststyle
C.list-style
D.None of the above
28. When using the shorthand property, the order of the values are
A.list-style-type
B.list-style-position
C.list-style-image
D.All of the above
29. CSS colors are defined using a _________ notation for the combination of
Red, Green, and Blue color values (RGB).
A.hexadecimal
B.octadecimal
C.nanodecimal
D.pentadecimal
30. Which colors are displayed using an equal amount of power to all of the
light sources ?
A.Red
B.Blue
C.gray
D.Yellow
Answers
1.B 2.B 3.A 4.B 5.C 6.D