Page 1 of 1

Please all of these, I will thumbs up then. Help is needed quickly, thanks. These are for HTML/ CSS Code.

Posted: Fri May 20, 2022 3:23 pm
by answerhappygod
Please all of these, I will thumbs up then. Help is needed
quickly, thanks.
These are for HTML/ CSS Code.
Please All Of These I Will Thumbs Up Then Help Is Needed Quickly Thanks These Are For Html Css Code 1
Please All Of These I Will Thumbs Up Then Help Is Needed Quickly Thanks These Are For Html Css Code 1 (56.65 KiB) Viewed 24 times
QUESTION 2 Fixed positioning is used to... O a. place an element in a specific location relative to the <div> that is contained within it. b.place an element in a specific location relative to the <div> that preceded it. O c. place an element in a specific location relative to the browser window. O d. place an element so that it moves with the text on the page. QUESTION 3 You can make an image repeat itself vertically in a <div> background by using which CSS code? a. background-repeat: repeat-y; b.background: repeat-x; O c. background: -y: d. background-repeat: repeat-x; QUESTION 4 Which of the following can be used to place a border around an embedded video? a. Specify that a border be placed around the video upon import O b. It is not possible to place a border around a video O c. Create a <div> with a specific ID and apply the border to the <div> d. All videos include borders already QUESTION 5 The CSS code syntax for placing an image in the background of a <div> is... a. background: url(images/bg.jpg): O b. background-image: images/bg.jpg O c. background: (images/bg.jpg): O d. background-image: url(images/bg.jpg):