SyntaxFix
Write A Post
Hire A Developer
Questions
The CSS :first-child selector allows you to target an element that is the first child element within its parent.
:first-child
element:first-child { style_properties } table:first-child { style_properties }