HELLOOOOONURSE

This page lists questions and answers that were posted by visitors named HELLOOOOONURSE.

Questions

The following questions were asked by visitors named HELLOOOOONURSE.

Answers

The following answers were posted by visitors named HELLOOOOONURSE.

wrong
1 year ago
out of these options choose 200.96 ft^3 156.44 ft^3 188.79 ft^3 165.43 ft^3
1 year ago
wrong pick out of the four answers I gave you
1 year ago
wrong pick out of these four 200.96 ft^3 156.44 ft^3 188.79 ft^3 165.43 ft^3
1 year ago
3 of 153 of 15 Items Question What effect will the following CSS rule have on a web page? div{ background-color:green; } (1 point) Responses The entire page will have a green background. The entire page will have a green background. Material between the d...
1 year ago
Which of the following is the correct way to create a div that is identified as “options”? (1 point) Responses <div options="div"> <div id="options"> <options id="division"> <div id is "options">
1 year ago
A _____ is a single unit in a computer display. (1 point) Responses pixel pixel space space spot spot locale
1 year ago
Susan is going to create three different styles that will apply to three different sections of a web page. Which of the following is the correct version of the first line of CSS to do this? (1 point) Responses div1{ div1{ #div1 #div1 #div1{ #div1{ #{div1
1 year ago
Which line will change the font family to serif? (1 point) Responses font-family: "serif"; font-family: "serif"; font: "serif"; font: "serif"; serif: font-family; serif: font-family; font-family is "serif";
1 year ago
If you do not want every div on your web page to have the same CSS rule applied to it, which selector can you use to apply a certain style to a single division? (1 point) Responses #identify #identify id id #id #id #iden
1 year ago
What will be the result of the following lines of CSS? body{ background-color:yellow; } (1 point) Responses The background of the header will be yellow. The background of the header will be yellow. The text will be highlighted yellow. The text will be hig...
1 year ago
If you wanted to have an image fill a certain background area, which line would you use? (1 point) Responses background-size:fill; background-size:fill; background-size:100%; background-size:100%; background-size:100; background-size:100; background-size:...
1 year ago
Kabir inserted div tags to separate sections of a web page but nothing looked different. How can this be fixed? (1 point) Responses There needs to be a CSS rule applied to that div. There needs to be a CSS rule applied to that div. The HTML needs a second...
1 year ago
Shonda created a CSS rule to apply a certain font to a div called abc. Which line of HTML should be used to apply the CSS rule? (1 point) Responses <abc id="div#1"> <div id="abc"> <abc id="div"> <div="abc">
1 year ago
Jamie wants to have two divs lined up side-by-side but not touching. Which attribute can she use to specify how much of the screen the divs take up? (1 point) Responses w w width width widen widen wide
1 year ago