Skip to content

Instantly share code, notes, and snippets.

@mnvr
Last active November 7, 2024 09:37
Show Gist options
  • Save mnvr/937c35726c0dbe40bb6f22a5499b2126 to your computer and use it in GitHub Desktop.
Save mnvr/937c35726c0dbe40bb6f22a5499b2126 to your computer and use it in GitHub Desktop.
HTML void tags (aka "self closing tags", "auto closing tags")
area, base, br, col, embed, hr, img, input, link, meta, source, track, wbr

The spec calls these void elements. These do not require a closing slash.

@mnvr
Copy link
Author

mnvr commented Sep 29, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment