aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/head/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/glossary/head/index.html')
-rw-r--r--files/ko/glossary/head/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/files/ko/glossary/head/index.html b/files/ko/glossary/head/index.html
new file mode 100644
index 0000000000..c31630b995
--- /dev/null
+++ b/files/ko/glossary/head/index.html
@@ -0,0 +1,15 @@
+---
+title: Head
+slug: Glossary/Head
+translation_of: Glossary/Head
+---
+<p><strong>Head</strong><strong> </strong>란 {{glossary("HTML")}} 문서의 일부분으로써 해당 문서의 {{glossary("metadata")}} 를 포함하는데, 예를 들면 저자, 설명, 그리고 HTML에 적용될 수 있는 {{glossary("CSS")}} 또는 {{glossary("JavaScript")}} 파일들로 연결되는 것들이 이에 해당될 수 있다.</p>
+
+<h2 id="더_알아보기">더 알아보기</h2>
+
+<h3 id="HTML_head">HTML head</h3>
+
+<ul>
+ <li>MDN에서의 {{htmlelement("head")}} 요소 참조</li>
+ <li> MDN Learning Area의 <a href="/en-US/docs/Learn/HTML/Introduction_to_HTML/The_HTML_head">The HTML &lt;head&gt;</a> 참고</li>
+</ul>