Return to home
🗒️

Markup Languages

People often call it a markup language; isn't it a programming language?

This article is machine-translated.
10/5/2025

I’ve often heard people say HTML is a programming language, but I’ve been told otherwise about a hundred times.

To be honest, I thought so myself until recently.

However, in text files like HTML or Markdown, you can’t define what happens when you press a button. You also can’t do conditional branching.

What is a markup language

A markup language is a text file that, when opened in a browser, can embed information about which parts are headings, which are bold, where to break lines, and how it relates to other documents.

There are many articles arguing that HTML is not a programming language, so you might want to check those out.

0 people clapped 0 times

Related articles

♻️

It's 2026.

1/1/2026

It's 2026. That means 2025 is over. I want to say plainly: the New Year is a new year.

0 times clapped
Read article

📦

Bambu A1 mini

11/14/2025

I finally bought it.

0 times clapped
Read article

📡

WebSocket

11/5/2025

I get the impression that WebSocket is used in a lot of places.

0 times clapped
Read article

🗣️

Communication Through Computers

5/29/2026

There are visual, auditory, tactile modalities, and more—but how has communication using computers changed?

0 times clapped
Read article
Return to home