Choose a topic to test your knowledge and improve your CSS skills
column-rule-style property defines the width of a rule between columns in a multicolumn text flow?
How many types of position values are there in CSS?
The default for any page element is?
Positioning attributes top, bottom, left and right are used to determine the exact location
Reverse CSS Property specifies the top offset of a positioned element.
In Absolute position, If there is no parent element, these elements are set to be _______ to the page.
Setting the position to relative makes the element appear on bottom of any other static element in its area.
How many different types of selectors in CSS?
______ selects the HTML element by name.
An id is not always unique within the page so it is chosen to select a single, unique element.
Id written with the ?
Class name can be started with a number?
The universal selector is used as a ?
______ are used to separate each selector in grouping.
A similar rule called the ____________ is specified using the plus sign (+) and is used to select elements that would be siblings of each other.
Which part of box model clears an area around the content?
Which part of box model is transparent?
When you set the width and height properties of an element with CSS, you just set the width and height of the?
The content of the box, where text and images appear.
border-bottom-style property defines the style for the bottom border of an element.
The box model allows us to add a border around elements, and to define space between elements.