You are creating a web page that will have a background image. You want the background image to be repeated horizontally. What value should you use for the background-repeat property?1 pointrepeat-yrepeat-xrepeatno-repeat
Question
You are creating a web page that will have a background image. You want the background image to be repeated horizontally. What value should you use for the background-repeat property?1 pointrepeat-yrepeat-xrepeatno-repeat
Solution
You should use the value "repeat-x" for the background-repeat property if you want the background image to be repeated horizontally.
Similar Questions
You are creating a web page that will have a border made from a small image. You want the small image to repeat as many times as necessary. However, you also want it to start and end on a full slice and you’re fine if the browser needs to stretch it a little to do that.What value should you use for border-image-repeat?1 pointfullroundrepeatstretch
A background image can be specified for almost any HTML element.*2 pointsTRUEFALSE
Question 2You are creating a web page that will have an image on it:Each box is created by a div element. You need to create the style rule that will generate the yellow box. Which rule should you create?1 point.child { width: 80%; height: 80%; position: absolute; top: 30px; left: 50px; background-color: yellow; border- radius: 56px; }.child { width: 80%; height: 80%; position: absolute; top: 30px; left: 50px; background-color: yellow; border-top-left-radius: 56px; border-bottom-right-radius: 56px; }.child { width: 80%; height: 80%; position: absolute; top: 30px; left: 50px; background-color: yellow; border-bottom-left-radius: 56px; border-bottom-right-radius: 56px; }.child { width: 80%; height: 80%; position: absolute; top: 30px; left: 50px; background-color: yellow; border-top-left-radius: 56px; border-top-right-radius: 56px; }
You are creating a box shadow for an object on the web page. You would like the shadow offset vertically by 10px. You want it offset horizontally by 5px. The color of the text in the object is black. The color of the shadow should be gray. You need to create a style rule to add the box shadow. Which rule should you create?1 pointbox-shadow: 10px 5px gray;box-shadow: 5px 10px gray;box-shadow: 5px 10px #000000;box-shadow: 5px 10px;
Question 3You are creating the background for a web page. You want to use a gradient that will flow from the center outward. What type of gradient should you use?1 pointcentralburstlinearradial
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.