Vidyalelo
CSS · Q100

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 100

Q100

Which of the following selector same as :after; changed under CSS3 to make pseudo-elements obvious?

A.
::after
Answer
B.
:after
C.
#after
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
Example: div::after {content: url(sectionend.gif);}