Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumCSSbefore after pseudo-elementsSingle-choice MCQ

Why does the `::before` pseudo-element NOT appear for the `<img>` below?

img::before { content: "\2605"; }