WHAT IS THE SELECTOR IN THE FOLLOWING HTML CODE GIVEN BELOW-
HR {background-color: red}
Answers
Answered by
0
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:
Answered by
0
Answer:
Selectors are specify the target of styling. Selectors may range from simple element names to rich contextual representations.
Similar questions