a) scrollbar-color b) scrollbar-darkshadow-color c) scrollbar-shadow d) scrollbar-shadow-color Answer: d Explanation: Syntax: scrollbar-shadow-color: color
View QuestionWhich of the following property defines a shadow color for the right and bottom edges of a scroll bar?
a) scrollbar-darkshadow b) scrollbar-shadow-color c) scrollbar-darkshadow-color d) none of the mentioned Answer: c Explanation: Syntax: scrollbar-darkshadow-color: ...
View QuestionWhich of the following property defines a shadow effect for text?
a) box-shadow b) img-shadow c) text-shadow d) none of the mentioned Answer: d Explanation: The shadow effects ...
View QuestionWhich of the following property sets the shadow for a box element?
a) shadow b) set-shadow c) canvas-shadow d) box-shadow Answer: b Explanation: Syntax:box-shadow: none | inherit
View QuestionWhich of the following property defines in a shorthand form the width, style, and color for the top border of an element?
a) border-style b) border-height c) border-width d) border-top Answer: d Explanation: Syntax: border-top: border-width border-style border-color;
View QuestionWhich of the following property defines the visual style of up to four different sides of a border?
a) border-color b) border-img c) border-visual d) border-style Answer: b Explanation: Syntax: border-style: style
View QuestionWhich of the following property defines the space between cells in a table?
a) auto b) border c) spacing d) border-spacing Answer: d Explanation: Syntax: border-spacing: non-negative length(s) | ...
View QuestionWhich of the following property defines the color of an element’s right border?
a) border-right-colors b) border-right-color c) border-right d) border-color Answer: b Explanation: Syntax: border-right-color: color | transparent
View QuestionWhich of the following property sets an element’s background color?
a) background-image b) background-color c) background-colors d) background-position Answer: b Explanation: Syntax: background-color: color | transparent
View QuestionWhich of the following property sets the background image to scroll or not to scroll with its associated element’s content?
a) background-scroll b) background-attach c) background-attachment d) background-allowance Answer: c Explanation: Syntax: background-attachment: scroll | fixed | ...
View Question