
Grade 10: 3rd Quarter Quiz No. 5
Quiz by Donnalyn Mercado
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Whichof the following is a way for an element to automatically clear its childelements, so that you don't need to add additional markup.
It allows placing an object or element precisely on a page.
Which of the following allows you to set up the distance of the specified element from another element?
Whatproperty specifies the stack order of an element?
Which of the following is the default or normal positioning of an object if one wouldnot specify a position?
 Which term refers to the user's visible area of a web page?
If you want to control where a specified block element will be located or placedon the page and where the other elements will be positioned in relation to thesaid block, what property will you use?
When no floating elements allowed on either the left or the right side, what valueof the clear property will you use?
What does “em” in font unit means?
Whic position value is used to position the element based on the user's scroll position?
A keyword is used to set a CSS property toits default value.
A keyword specifies that a property shouldinherit its value from its parent element.
A folder thatis one level up from the current directory in a file hierarchy.
An element with greater stack order is always at the back of an element with a lower stack order.
What float value tells that specified block element will take the space it requires and nothing flows to the right or left of it and that the other elements will be placed below it?
If an element is taller than the element containing it, and it is floated, it will overflow outside of its container.
If an element is taller than the elementcontaining it, and it is floated, it will overflow outside of its container. Then we can add _______________________ to the containing element to fix this problem:
It Clears an area outside the border.
To calculate the full size of an element, you must also subtract padding, borders and margins.
A property that allows placing an object or element precisely on a page.