Vidyalelo
CSS · Q16

CSS Selectors and CSS Files

Programming · CSS · question 16

Q16

Which of the following selector selects the element that is the target of a referring URI?

A.
:target
Answer
B.
:selection
C.
::selection
D.
:URI

Answer: Option A

Solution

Answer: Option A
Solution:
Example: :target{color:red;}