Home » CSS » Css miscellaneous » Question
  1. Which of the following selector same as :after; changed under CSS3 to make pseudo-elements obvious?
    1. :after
    2. #after
    3. ::after
    4. All of above
    5. None of these
Correct Option: C

Example: div::after {content: url(sectionend.gif);}



Your comments will be displayed only after manual approval.