Pseudo-element (CSS)
From Wiki @ Karl Jones dot com
Revision as of 12:30, 8 March 2016 by Karl Jones (Talk | contribs) (Created page with "In Cascading Style Sheets, '''pseudo-elements''' are style rules that affect certain parts of a web page. == Description == Pseudo-elements are added to the browser'...")
In Cascading Style Sheets, pseudo-elements are style rules that affect certain parts of a web page.
Contents
Description
Pseudo-elements are added to the browser's Document Object Model (DOM).
Pseudo-elements really are elements in the web page, because the DOM is the browser's internal representation of all the CSS rules it has processed.
Example
- Style the first letter, or line, of an element
- Insert content before, or after, the content of an element
Pseudo-class
Compare Pseudo-class (CSS).