Markup Language

A markup language, in software specifically used to distinguish something as not a programming language, is a system of tags that you can use to describe a structure. The classic Markup language is HTML, where tags like <h1> denote headers, <p> denote paragraphs, <i> means italics, stuff like that. But there are tons of other markup languages like XML and LaTeX.

Markup Language