본문 바로가기
Web Programming/Information

HTML 빈 태크(empty element tag)

by roomySky 2020. 5. 19.

*빈 태그(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