-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ko]: add index.md for
web/glossary/sgml
(#16313)
[add]: add index.md for web/glossary/sgml
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: SGML | ||
slug: Glossary/SGML | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
**표준 일반화 마크업 언어 (Standard Generalized Markup Language, SGML)** 는 선언적 마크업 언어를 정의하기 위한 {{Glossary("ISO")}} 명세서입니다. | ||
|
||
웹에서는 {{Glossary("HTML")}} 4, {{Glossary("XHTML")}} 및 {{Glossary("XML")}}이 널리 사용되는 SGML 기반 언어입니다. 제 5판 이후 HTML은 더 이상 SGML 기반이 아니며, 자체 구문 분석 규칙을 가지고 있다는 점은 주목할 가치가 있습니다. | ||
|
||
## 같이 보기 | ||
|
||
- 위키백과의 [SGML](https://en.wikipedia.org/wiki/SGML) | ||
- [SGML 소개](https://isgmlug.org/) |