a) pre b) border-color c) border-collapse d) table Answer: c Explanation: border-collapse: collapse | separate | ...
View Question____________ property associates a background image with an element.
a) image b) background-image c) float d) none of the mentioned Answer: b Explanation: Example: background-image: url(image-file) ...
View Question________________ property sets the background image to scroll or not to scroll with its associated element’s content
a) background b) background-position c) background-attachment d) none of the mentioned Answer: c Explanation: background-attachment: scroll | ...
View Question____________ property defines whether table cell borders are connected or separate.
a) border-color b) border c) border-style d) none of the mentioned Answer: d Explanation: border-collapse roperty defines ...
View Question_____________ property defines the space between cells in a table.
a) border b) border-spacing c) border-style d) none of the mentioned Answer: b Explanation: border-spacing: non-negative ...
View Question____________ property sets the coordinates of the clipping shape that exposes or hides the content of absolutely positioned elements
a) clammper b) clip c) clear d) none of the mentioned Answer: b Explanation: clip: rect(coordinates) | ...
View QuestionThe _____________ property allows us to include the padding and border in an element’s total width and height.
a) margin b) box-sizing c) padding d) none of the mentioned Answer: b Explanation: Example: .div1 { ...
View QuestionThe ___________ property specifies if/how an element is displayed.
a) background-color b) border c) color d) display Answer: d Explanation: h1.hidden { display: ...
View QuestionThe _____________ property specifies the background color of an element.
a) background-color b) border c) color d) display Answer: a Explanation: Example: body { background-image: ...
View QuestionWhich of the following elements are block and inline elements, respectively, that have no particular rendering?
a) div b) span c) box-model d) both div and span Answer: d Explanation: The div element ...
View Question