TIL: hgroup
Last updated: 5/27/2025
A neat new HTML element I learned about today: <hgroup>
!
It lets you combine a heading (<h1>-<h6>
) with one or more <p>
tags that provide context, like a publication date or subtitle.
Each of my posts has a last-updated and originally-published date, so I’ve wrapped them all in <hgroup>
tags!