CSS Text

Question 1
Marks : +2 | -2
Pass Ratio : 100%
Which of the following CSS property determines how overflowed content that is not displayed is signaled to the users?
text-flow
text-underflow
text-overflow
none of the mentioned
Explanation:
Self-explainatory.
Question 2
Marks : +2 | -2
Pass Ratio : 100%
Which of the following specifies what parts of an element’s content are skipped over when applying any text decoration?
@font-text
font-style
text-skip
text-decoration-skip
Explanation:
Self-explainatory.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
Which of the following text-decoration value specifies each line of text has a line above it?
line
underline
overline
blink
Explanation:
Self-explainatory.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
Which of the following property applies one or more drop shadows to the text?
text-shadow
text-effect
text-format
text-decoration-shadow
Explanation:
Self-explainatory.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Which of the following CSS property is used to set the text formatting?
font
font-style
text-decoration
all of the mentioned
Explanation:
Self-explainatory.
Question 6
Marks : +2 | -2
Pass Ratio : 100%
Which of the following sets the mode for the overline text decoration, determining whether the text decoration affects the space characters or not?
text-decoration
text-mode-overflow
text-mode
text-overline-mode
Explanation:
Self-explainatory.
Question 7
Marks : +2 | -2
Pass Ratio : 100%
Which of the following
text-overline
text-overline-decoration
text-overline-width
text-decoration-overline-width
Explanation:
Self-explainatory.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
Which of the following sets what kind of line decorations are added to an element, such as underlines, overlines, etc?
text-style
text-decoration
text-line
text-decoration-line
Explanation:
Self-explainatory.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
Which of the following is not a appropriate value for text-overline-width?
thin
medium
<number>
none of the mentioned
Explanation:
Self-explainatory.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
Which of the following sets the color of any text decoration, such as underlines, overlines, and strike throughs?
text-font
text-format
text-color
text-decoration-color
Explanation:
Self-explainatory.