All CSS Pseudo Classes/Elements
Selector
|
Example
|
Example description
|
a:link
|
Selects all unvisited links
| |
a:visited
|
Selects all visited links
| |
a:active
|
Selects the active link
| |
a:hover
|
Selects links on mouse over
| |
input:focus
|
Selects the input element which has focus
| |
p:first-letter
|
Selects the first letter of every <p> element
| |
p:first-line
|
Selects the first line of every <p> element
| |
p:first-child
|
Selects every <p> elements that is the first child of its parent
| |
p:before
|
Insert content before every <p> element
| |
p:after
|
Insert content after every <p> element
| |
p:lang(it)
|
Selects every <p> element with a lang attribute value starting with "it"
|
Other Topics
CSS : MEDIA,CSS::STYLING
FORMS, mechanical
Engineering, English books,Photoshop
tutorials,Harry
potter,Best
100 english books,Mechanical-old-question-paper,STYLE
HTML ELEMENTS WITH SPECIFIC ATTRIBUTES,CSS
: HORIZONTAL NAVIGATION BAR,CSS
: FLOATING LIST ITEMS,CSS
: IMAGE GALLERY,CSS
: NAVIGATION BARS,CSS
: VERTICAL NAVIGATION BAR,CSS
: LIST OF CSS PSEUDO CLASSES
No comments:
Post a Comment