{{PreviousMenuNext("Learn_web_development/Core/Styling_basics/Attribute_selectors", "Learn_web_development/Core/Styling_basics/Combinators", "Learn_web_development ...
::before p::before { content: "→ "; } Inserts content before an element. ::after p::after { content: " ←"; } Inserts content after an element. ::first-letter p ...