Web developmentfromCSS-Tricks4 months agoPure CSS Tabs With Details, Grid, and Subgrid | CSS-TricksAccessible CSS-only tab interfaces can be implemented using <details> elements combined with CSS Grid and Subgrid for layout and panel control.
Web developmentfromFrontendmasters6 months agoOpening a Details Element from the URLHash-link to an element inside a <details> so the browser opens that <details> automatically when a URL contains the fragment.