“:nth-last-child”, by @kevinpowell:
https://html-css-tip-of-the-week.netlify.app/tip/nth-last-child/
“:nth-last-child”, by @kevinpowell:
https://html-css-tip-of-the-week.netlify.app/tip/nth-last-child/
Quantity Query Carousel, by @chriscoyier (@frontendmasters.com):
What Is [the] CSS Owl Selector (“* + *”)?, by @zoranjambor (@cssweekly):
“:out-of-range”, by @kevinpowell:
https://html-css-tip-of-the-week.netlify.app/tip/out-of-range/
HTML Oddities: Does the Order of Attribute Values Matter?, by @Edent:
https://shkspr.mobi/blog/2025/04/html-oddities-does-the-order-of-attribute-values-matter/
HTML elements can have attributes. For example id, class, src, alt, and many others. These attributes can contain values - an img element's src attribute has a value which is a link to an image. An id attribute's value is a single string. But some attributes can contain multiple values. Here's a thought experiment for you. Consider these two HTML elements: HTML<p class="alpha bravo…
“:placeholder-shown”, by @kevinpowell:
https://html-css-tip-of-the-week.netlify.app/tip/placeholder-shown/
Getting Specific About CSS Specificity, by @kathryngrayson:
https://dev.to/kathryngrayson/getting-specific-about-css-specificity-256m
“:only-child”, by @kevinpowell:
https://html-css-tip-of-the-week.netlify.app/tip/only-child/
Making “:visited” More Private, by @developers:
“:in-range” Pseudo-Class, by @kevinpowell: