Q100
Which of the following selector same as :after; changed under CSS3 to make pseudo-elements obvious?
A.
::after
AnswerB.
:after
C.
#after
D.
none of the mentioned
Answer: Option A
Solution
Answer: Option A
Solution:
Example: div::after {content: url(sectionend.gif);}