is used to add or subtract space between the words of a sentence.
Anonymous Quiz
91%
word-spacing
8%
letter-spacing
0%
direction
1%
color
is used to set the text direction
Anonymous Quiz
1%
word-spacing
1%
letter-spacing
99%
direction
0%
color
is used to set the color of a text
Anonymous Quiz
1%
word-spacing
0%
letter-spacing
2%
direction
97%
color
is used to indent the text of a paragraph
Anonymous Quiz
82%
text-indent
11%
text-align
5%
text-decoration
2%
text-transform
is used to capitalize text or convert text to uppercase or lowercase letters
Anonymous Quiz
2%
text-indent
7%
text-align
14%
text-decoration
77%
text-transform
is used to underline, overline, and strikethrough text
Anonymous Quiz
3%
text-indent
10%
text-align
82%
text-decoration
5%
text-transform
is used to align the text of a document.
Anonymous Quiz
5%
text-indent
90%
text-align
5%
text-decoration
1%
text-transform
is used to control the flow and formatting of text
Anonymous Quiz
27%
text-shadow
36%
white-space
19%
text-decoration
18%
text-transform
is used to set the text shadow around a text
Anonymous Quiz
95%
text-shadow
1%
white-space
3%
text-decoration
1%
text-transform
signifies an element that currently has the user's mouse pointer hovering over it
Anonymous Quiz
3%
:link
1%
:visited
92%
:hover
3%
:active
signifies an element on which the user is currently clicking
Anonymous Quiz
6%
:link
10%
:visited
15%
:hover
68%
:active
a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective. Also, a:active MUST come after a:hover in the CSS definition as follows
Anonymous Quiz
86%
T
14%
F
The border-collapse specifies whether the browser should control the appearance of the adjacent borders that touch each other or whether each cell should maintain its style
Anonymous Quiz
88%
T
12%
F
The border-spacing specifies the width that should appear between table cells.
Anonymous Quiz
85%
T
15%
F
The caption-side captions are presented in the <caption> element. By default, these are rendered above the table in the document. You use the caption-side property to control the placement of the table caption
Anonymous Quiz
96%
T
4%
F
The empty-cells specifies whether the border should be shown if a cell is empty
Anonymous Quiz
91%
T
9%
F
The table-layout allows browsers to speed up layout of a table by using the first width properties it comes across for the rest of a column rather than having to load the whole table before rendering it.
Anonymous Quiz
92%
T
8%
F
specifies an image for the marker rather than a bullet point or number
Anonymous Quiz
27%
list-style-type
73%
list-style-image