InterviewSolution
Saved Bookmarks
| 1. |
………………consists of a property associated with HTML element used in selector and its corresponding value.a) Declaration b) Selector c) CSS d) HTML |
|
Answer» ong>Answer: CSS SELECTORS are used to "find" (or SELECT) the HTML elements you want to style. We can divide CSS selectors into five CATEGORIES: Simple selectors (select elements BASED on name, id, CLASS) Combinator selectors (select elements based on a specific relationship between them) Explanation: mark as brainist please please |
|