*빈 태그(empty element tag) : 일반적인 태그는 여는 태그와 닫는 태그로 한 쌍을 이루지만
닫는 태그가 없는 태그를 빈 태그라고 한다.
https://developer.mozilla.org/en-US/docs/Glossary/Empty_element
Empty element
An empty element is an element from HTML, SVG, or MathML that cannot have any child nodes (i.e., nested elements or text nodes).
developer.mozilla.org