14 lines
322 B
Markdown
14 lines
322 B
Markdown
---
|
|
title: Markup Language
|
|
tags: []
|
|
up: "[[computer-language]]"
|
|
---
|
|
# Markup Language
|
|
|
|
A **markup language** is a [[computer-language]]
|
|
used to arrange text and graphics for display.
|
|
|
|
Notable examples include [[markdown]],
|
|
the most popular human-readable markup language,
|
|
and [[html]], used for all conventional webpages.
|