this post was submitted on 23 Oct 2023
164 points (91.4% liked)

Programming Humor

2540 readers
1 users here now

Related Communities [email protected] [email protected] [email protected] [email protected]

Other Programming Communities [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ajmaxwell 16 points 11 months ago (11 children)

HTML is an initialism for HyperText Markup Language. It's purpose is to provide structure to data and cannot perform logic, the defining feature of programming languages.

[–] HollandJim -1 points 11 months ago (10 children)

I guarantee you that the people writing that HTML isn’t a language are the junior devs that use DIVs for everything in their structure, especially actionable elements like buttons or anchors. Let’s ignore that the “DIV is the element of last resort”, as per the html spec. Also, I doubt that anyone suggesting CSS isn’t a language hasn’t picked up a OReilley’s manual on it recently - 1100+ pages, before you get to the glossary. HTML & CSS are quite a powerful combination.

[–] rain_worl 0 points 2 weeks ago (1 children)

i have been enlightened about semantics of elements, take a look at my webpage, and i do not think html is a programming language

[–] HollandJim 1 points 2 weeks ago

Mozilla argues otherwise: https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML

Most people define HTML based on the original acronym, but the current HTML5 iteration is much more than many devs realize.

load more comments (8 replies)
load more comments (8 replies)