Created
July 17, 2024 17:51
-
-
Save emmadesilva/a57145fccc05bfa2abfa21b410041059 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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