Skip to content

Instantly share code, notes, and snippets.

@emmadesilva
Created July 17, 2024 17:51
Show Gist options
  • Select an option

  • Save emmadesilva/a57145fccc05bfa2abfa21b410041059 to your computer and use it in GitHub Desktop.

Select an option

Save emmadesilva/a57145fccc05bfa2abfa21b410041059 to your computer and use it in GitHub Desktop.
// Best we've got
<h1>Frankenstein</h1>
<p role="doc-subtitle">Or: The Modern Prometheus</p>
// How about this? (Inspired by form label and input coupling)
<h1>
Frankenstein
<subhead>Or: The Modern Prometheus</subhead>
</h1>
// Alternative to the above to specify the relationship
<h1 class="title">Frankenstein</h1>
<subhead for="title">Or: The Modern Prometheus</subhead>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment