Top Categories
:First-Child :Last-Child :nth-Child(2n+1) Pseudo Selectors in CSS Master Series in Hindi #10
- Category:
- Sub Category:
Welcome, Position/Number-based pseudo-class selectors in CSS in Hindi. :first-child – Selects the first element within a parent. :last-child – Selects the last element within a parent. :nth-child() – Selects elements based on a simple provided algebraic expression (e.g. “2
Welcome, Position/Number-based pseudo-class selectors in CSS in Hindi. :first-child – Selects the first element within a parent. :last-child – Selects the last element within a parent. :nth-child() – Selects elements based on a simple provided algebraic expression (e.g. “2n” or “4n-1”). Has the ability to do things like select even/odd elements, “every third”, “the first five”, and things like that.