From aa6fc04022c5b19bfedf80e0efb0c3b66ec03cdd Mon Sep 17 00:00:00 2001 From: HoJeong Im <39ghwjd@naver.com> Date: Wed, 25 Oct 2023 21:16:38 +0900 Subject: [PATCH] [ko]: add index.md for `web/glossary/html5` (#16145) --- files/ko/glossary/html5/index.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 files/ko/glossary/html5/index.md diff --git a/files/ko/glossary/html5/index.md b/files/ko/glossary/html5/index.md new file mode 100644 index 00000000000000..4bf0dca27c668b --- /dev/null +++ b/files/ko/glossary/html5/index.md @@ -0,0 +1,22 @@ +--- +title: HTML5 +slug: Glossary/HTML5 +l10n: + sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 +--- + +{{GlossarySidebar}} + +HTML5라는 용어는 본질적으로 일련의 최신 웹 기술을 나타내는 전문 용어입니다. HTML5에는 스토리지, 멀티미디어 및 하드웨어 접근을 향상시키는 {{glossary("JavaScript")}} {{glossary("API","API")}}와 함께 {{Glossary("HTML")}} Living Standard가 포함 됩니다. + +때때로 '새로운 HTML5 요소'에 대해 듣거나 HTML의 새로운 버전으로 표현되고 있는 HTML5를 찾을 수도 있습니다. HTML5는 이전 HTML 버전의 후속 버전으로 이전 버전인 HTML 4.01에 더해 언어에 새로운 요소와 기능을 도입했을 뿐만 아니라, 일부 기존 기능을 개선하거나 제거했습니다. 그러나, Living Standard HTML에는 이제 버전이 없습니다. 최신 명세는 [html.spec.whatwg.org/](https://html.spec.whatwg.org/)에서 확인할 수 있습니다. + +모든 최신 사이트는 [HTML doctype](/ko/docs/MDN/Writing_guidelines/Writing_style_guide/Code_style_guide/HTML#doctype)을 사용해야 합니다. 이 방법은 최신 버전 HTML을 사용할 수 있게 합니다. + +> **참고:** 2019년까지, {{glossary("W3C")}}에서는 버전 번호와 함께 경쟁 HTML5 표준을 발표했습니다. [2019년 5월 28일](https://www.w3.org/blog/news/archives/7753) 이후, WHATWG Living Standard가 W3C에 의해 HTML의 유일한 버전으로 발표되었습니다. + +## 같이 보기 + +- [HTML 문서](/ko/docs/Web/HTML) +- [HTML 초보자 교육 안내서](/ko/docs/Learn/HTML) +- [Web API](/ko/docs/Web/API)