Skip to content

Instantly share code, notes, and snippets.

@rniswonger
Created November 4, 2022 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rniswonger/bb8d01aa1b89e7219a6a3f021eb55424 to your computer and use it in GitHub Desktop.
Save rniswonger/bb8d01aa1b89e7219a6a3f021eb55424 to your computer and use it in GitHub Desktop.
HTML: Accessible title with subtitle(s)
<!-- From https://www.tpgi.com/subheadings-subtitles-alternative-titles-and-taglines-in-html/ -->
<hgroup role="group" aria-roledescription="Heading group">
<p aria-roledescription="subtitle">Subtitle 1</p>
<h1>Title</h1>
<p aria-roledescription="subtitle">Subtitle 2</p>
</hgroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment