Font size
WorksheetsCSS Selectors
Total questions: 10
Worksheet time: 55secs
How many categories of CSS Selectors
4
3
5
2
What CSS Selectors selects HTML elements based on the element name?
CSS Class selector
CSS Element Selector
CSS ID Selector
None of the above
What CSS Selectors selects all HTML elements on the page?
CSS Class selector
CSS Element Selector
CSS Universal Selector
None of the above
What CSS Selectors selects HTML elements with a specific attribute?
CSS Class selector
CSS Element Selector
CSS Universal Selector
None of the above
What CSS Selectors that is written with hash (#) character?
CSS Class selector
CSS Element Selector
CSS Universal Selector
None of the above
What method of CSS, that includes a reference a style sheet file inside a link.
Inline CSS
External CSS
Internal CSS
None of the above
What part of CSS Categories that select elements based on a specific relationship between them
Combinator selectors
Simple selectors
Attribute selectors
None of the above
What part of CSS Categories that select and style a part of an element
Combinator selectors
Simple selectors
Attribute selectors
Pseudo-elements selectors
What part of CSS Categories that select elements based on attribute value?
Combinator selectors
Simple selectors
Attribute selectors
Pseudo-elements selectors
A (a) is used to find the HTML element you want to style.
