
GR10: 3rd Quarter-Quiz No. 3
Quiz by Donnalyn Mercado
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What CSSproperty that specifies background image on any element by setting the location as specified in the url?
A CSS propertythat allows you to control how the background scrolls with the web page.
A Background property that specifies the blending mode of a background-image to be "lighten"
What should be the value of the background-attachment property if the background image will scroll with the element's contents?
The background property that specifies how far the background should extend within an element.
How will you write the CSS background-property if the background should be aligned on the top left corner of the viewport?
What will be the value of background-repeat property if the background image will be repeated vertically only?
What will be the value of background-size property if the background image is displayed in its original size?
The value for backgroun-size that resizes the background image to cover the entire container, even if it has to stretch the image or cut a little bit off one of the edges
What background property specifies the origin position (the background positioning area) of a background image?
A style used for tabular data.
Whatis the other term for padding?
Which table will display a horizontal scroll bar if the screen is too small to display the full content?
Which of the following is true for a border using a width of 6px, a blue color and a ridge style?
What border property sets whether the table borders should be collapsed into a single border?
What table property sets the vertical alignment (like top, bottom, or middle) of the content in<th>or <td>?
WHat do you call a table that highlights each row when the user moused it over?
What border property is used to add rounded borders to an element?
Write the shorthand for a border with a width of 10px, color red and has a groove style.
It is used to create space around an element's content, inside of any defined borders.