In a CSS selector such as 'div .alpha>p', what will be the element or class that will be read first by the CSS compiler?
p
.alpha
div
the entire selector is read and interpreted
What is the default behavior of CSS when it encounters an incomplete rule with missing values?
It will set default values for the property and continue compilation
It will stop further compilation altogether after reporting the error
It will stop further compilation altogether without reporting the error
It will ignore the specific property-value pair and continue compilation
A styling issue is occurring with an element on your web page. You can skip the missing delimiter for the last property but it is not a good practice.
True
False
Which of the following are ideal coding practices to reduce errors in CSS? Choose all that apply.
Overspecificity
Universal selectors
Shorthand properties
Modernizer, reset.css and normalize.css are types of:
CSS libraries for live previews
CSS linters
CSS validators
CSS libraries for help in browser compatibility
Which of the following types is the stylesheet created by the browser to render CSS?
User stylesheet
Syntactically Awesome stylesheet
Author stylesheet
User-agent stylesheet