From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/glossary/empty_element/index.html | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 files/ko/glossary/empty_element/index.html (limited to 'files/ko/glossary/empty_element') diff --git a/files/ko/glossary/empty_element/index.html b/files/ko/glossary/empty_element/index.html new file mode 100644 index 0000000000..3d73deec50 --- /dev/null +++ b/files/ko/glossary/empty_element/index.html @@ -0,0 +1,34 @@ +--- +title: 빈 요소 +slug: Glossary/Empty_element +tags: + - CodingScripting + - Glossary + - Intermediate +translation_of: Glossary/Empty_element +--- +

빈 요소는 HTML, SVG, MathML의 {{glossary("element", "요소")}} 중 자식 노드를 가질 수 없는 요소입니다.

+ +

HTML, SVG, MathML의 명세는 각각의 요소가 무엇을 담을 수 있는지 매우 정확하게 명시하고 있습니다. 많은 수의 조합은 {{htmlelement("hr")}} 안의 {{htmlelement("audio")}}와 같이, 아무런 의미도 갖지 않습니다.

+ +

HTML의 빈 요소에 닫는 태그를 사용하는 건 보통 유효하지 않습니다. 예를 들어 <input type="text"></input>는 유효하지 않은 HTML입니다.

+ +

HTML의 빈 요소 목록은 다음과 같습니다.

+ + -- cgit v1.2.3-54-g00ecf