In this line of code, identify the selector ___.
Options:
Explanation:
In the given line of code, p is the selector. Selectors target HTML elements that we want to style. Here, the
border is a CSS property and
2px solid blue is the property value.
Tags:
CSS
Answer:
In this line of code, identify the selector p.