Self closing tags can lead to unexpected behaviour
https://www.stefanjudis.com/today-i-learned/self-closing-tags-are-mostly-meaningless-in-html
Void elements [MDN] like hr, br, input: self-closing doesn't do anything
Non-void elements like div: HTML pretends the /> is >
so it's as if you forgot to...
fullchee.hashnode.dev1 min read