Summary
The :last-child
CSS pseudo-class represents any element that is the last child element of its parent.
Syntax
How to read CSS syntax.element:last-child { style properties }
Example
HTML Content
<ul>
<li>This item is not limed.</li>
<li>Also not this one.</li>
<li>This item is! :)</li>
</ul>
CSS Content
li:last-child {
background-color: lime;
}
Specifications
Specification | Status | Comment |
---|---|---|
Selectors Level 4 The definition of ':last-child' in that specification. |
Working Draft | No change |
Selectors Level 3 The definition of ':last-child' in that specification. |
Recommendation | Initial definition |
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 1.0 | 1.0 (1.7 or earlier) | 9.0 | 9.5 | 3.2 |
See also
Document Tags and Contributors
Tags:
Contributors to this page:
Sebastianz,
MusikAnimal,
tregagnon,
kscarfone,
barnabywalters,
Tripad,
teoli,
Sheppy,
philtr,
ethertank,
brianloveswords,
McGurk,
Miken32,
Fredchat,
Kohei,
Mgjbot,
DBaron,
Jethro
Last updated by:
Sebastianz,