S
Q. What should be the set value of background-size property such that image will cover the entire content area?
If background-size property is set to “cover”, background image will scale to cover entire content area. “cover” value keeps the aspect ratio and some part of background image may be clipped. E.g. div {width: 100%; height: 390px; background-image: url(‘img_tyu.jpg’); background-size: cover;}
You must be Logged in to update hint/solution
Q. Which of the following property specifies the look and design of an outline?
Q. Which of the following gives the path for CGI script?
Q. What symbols go around the properties for each CSS selector?
Q. Which of the following property defines the space between cells in a table?
Q. Which of the following is not a appropriate value for voice-balance?
Q. Which of the following properties specify the width of the borders?
Discusssion
Login to discuss.