this post was submitted on 20 Nov 2023
360 points (94.8% liked)

Memes

45553 readers
1538 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] shuzuko@midwest.social 10 points 11 months ago (3 children)

It's a markup language. In the simplest explanation, a programming language describes a process (what does the thing do) while a markup language describes a structure (how is the thing supposed to be displayed). There's more to it than that, but someone else can get into deeper if they want, it's beyond me lol

[–] BeefPiano@lemmy.world 5 points 11 months ago

Diogenes throws a Ruby on Rails model over the fence and shouts “Behold a markup language!”

[–] Dirk@lemmy.ml 3 points 11 months ago

a markup language describes a structure (how is the thing supposed to be displayed)

A markup language does not define how something is to be displayed, that's what a styling language is for (usually CSS). A markup language semantically defines what certain parts of the created document are.

[–] Amends1782@lemmy.ca 1 points 11 months ago

I knew it was a markup language, but didn't know the diff between the two since I'm not a programmer. Thanks