GR10: 3rd Quarter-Quiz No. 3
Quiz by Donnalyn Mercado
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
What CSSproperty that specifies background image on any element by setting the location as specified in the url?
background-attachment
background-image
background-position
background-repeat
60s - Q2
A CSS propertythat allows you to control how the background scrolls with the web page.
background-attachment
background-clip
background-position
background-repeat
60s - Q3
A Background property that specifies the blending mode of a background-image to be "lighten"
Users re-arrange answers into correct orderJumble60s - Q4
What should be the value of the background-attachment property if the background image will scroll with the element's contents?
local
initial
fixed
scroll
60s - Q5
The background property that specifies how far the background should extend within an element.
Users enter free textType an Answer60s - Q6
How will you write the CSS background-property if the background should be aligned on the top left corner of the viewport?
Users re-arrange answers into correct orderJumble60s - Q7
What will be the value of background-repeat property if the background image will be repeated vertically only?
Users enter free textType an Answer60s - Q8
What will be the value of background-size property if the background image is displayed in its original size?
auto
cover
initial
percentage
60s - Q9
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
auto
contain
cover
initial
30s - Q10
What background property specifies the origin position (the background positioning area) of a background image?
Users enter free textType an Answer60s - Q11
A style used for tabular data.
Users enter free textType an Answer60s - Q12
Whatis the other term for padding?
Users enter free textType an Answer60s - Q13
Which table will display a horizontal scroll bar if the screen is too small to display the full content?
active table
hoverable table
responsive table
sticky table
60s - Q14
Which of the following is true for a border using a width of 6px, a blue color and a ridge style?
border: ridge blue 6px;
border: 6px blue ridge;
border: blue ridge 6px;
border:6px ridge blue;
60s - Q15
What border property sets whether the table borders should be collapsed into a single border?
Users re-arrange answers into correct orderJumble30s