Home / Programming MCQs / CSS MCQs / Question
S
Q. What should be the set value of background-size property such that image will stretch to cover entire content area?
If background-size property is set to “100%100% “ the background image will stretch to cover the entire content area. E.g. div { width: 100%; height: 300px; background-image: url(‘img_khj.jpg’); }
You must be Logged in to update hint/solution
Which of the following element is used within the table element to define a caption?
Which of the following CSS property sets the font size of text?
Which of the following will rotate an element clockwise or counter-clockwise?
What is the default value of object-fit?
Which line of code represents a universal selector?
Which of the following property defines the color of an element’s right border?
Discusssion
Login to discuss.