-
How to reverse the order of the details summary HTML element
Learn how to create a "Read More/Read Less" toggle using the HTML element, reversing its default order, and enhancing it with dynamic labels.
-
Time to dive into web components
After years of writing the same code over and over it is time to start building my own library of reusable web component.
-
Five things I miss in HTML and CSS
While the web is evolving every day, there are things I wish were there but aren't. So here is my HTML/CSS wish list of things I miss.
-
HTML switch control (CSS input toggle)
Safari has introduced the long-awaited new input element: the switch control. Let's dive in and take a look at the old and the new ways of creating toggles.
-
HTML <model> Element
Earlier this year Apple introduced the new HTML <model> element. Time to revisit and check it out to see what it is and when it can be used.