Css miscellaneous
- Which of the following strings are defined by in css?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
In CSS, strings are defined with either single quotes (‘example’) or double quotes (“example”). Quotes may be found within the opposite quote (“I say this is an ‘example’!”).
- Which of the following property defines the text alignment rules on the alignment of the last line of an element?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
text-align-last: auto | center | justify | left | right | inherit
- Which of the following property is used to set the color of the arrow icon within a scroll bar?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
scrollbar-arrow-color: color
- Which of the following property is used to give a 3-D sense of depth to an element?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
perspective: none | number
- Which of the following property defines a color for the face of a scroll bar, including arrow regions and the scroll box?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
scrollbar-face-color