-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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/markup
(#16126)
[add]: add index.md for web/glossary/markup
- Loading branch information
Showing
1 changed file
with
30 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,30 @@ | ||
--- | ||
title: 마크업 (Markup) | ||
slug: Glossary/Markup | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
마크업 언어는 텍스트를 정의하고 표현하기 위해 고안된 것입니다. 하이퍼텍스트 마크업 언어 (HyperText Markup Language,{{glossary("HTML")}})은 마크업 언어의 예입니다. | ||
|
||
HTML 파일과 같은 텍스트 파일 내에서, 요소는 콘텐츠의 해당 부분의 목적을 설명하는 {{glossary("Tag","태그")}}를 사용하여 '표시'됩니다. | ||
|
||
## 마크업 언어의 종류 | ||
|
||
- **표현적 마크업 (Presentational Markup):** | ||
- : WYSIWYG을 사용하는 전통적인 워드 프로세싱 시스템에서 사용됩니다(보이는 대로 얻을 수 있습니다). 사용자, 편집자, 작성자가 사람일 경우에는 숨겨져 있습니다. | ||
- **순차적 마크업 (Procedural Markup):** | ||
- : 텍스트와 결합되어 프로그램에 텍스트 처리에 대한 지침을 제공합니다. 이 텍스트는 작성자에 의해 수정될 수 있습니다. | ||
- **설명적 마크업 (Descriptive Markup):** | ||
- : 프로그램이 문서를 처리하는 방법에 대해 문서 항목에 레이블을 지정합니다. 예를 들어, HTML {{HTMLElement("td")}}은 HTML 테이블의 셀을 정의합니다. | ||
|
||
## 같이 보기 | ||
|
||
- [MDN 웹 문서 용어사전](/ko/docs/Glossary) | ||
|
||
- {{Glossary("HTML")}} | ||
- {{Glossary("XHTML")}} | ||
- {{Glossary("XML")}} | ||
- {{Glossary("SVG")}} |