Web Technologies (HTML, CSS, JavaScript, HTTP)
In computer science, CSS selector refers to which of the following?
- A. A software application used to access, retrieve, and display content on the World Wide Web.
- B. A pattern used in CSS to select and style specific HTML elements on a page. ✓
- C. A lightweight, text-based data-interchange format that is easy for humans to read and machines to parse.
- D. A set of defined rules that allow different software applications to communicate with each other.
Correct answer
B. A pattern used in CSS to select and style specific HTML elements on a page.
Explanation
CSS selector refers to a pattern used in CSS to select and style specific HTML elements on a page.