0

Why is HTML considered a programming language?

Because it's true that HTML doesn't have logic (like if, for, else...) and is only used to display a web page.

28th Aug 2025, 9:13 AM
Astaroth
Astaroth - avatar
4 odpowiedzi
+ 6
HTML is NOT a programming language. HTML is a hypertext markup language. HTML places content on web pages, creates new elements, and is the foundation of your site. Nowadays, large websites are not written entirely in HTML. Most of the code is written in the JavaScript programming language, as this simplifies and speeds up the development process. But you should still know the HTML tags and attributes, because they are used in the markup of your regardless of what language you write the main part of your site in. HTML tags and attributes cannot be replaced with anything at the moment. There is no replacement for HTML yet...
28th Aug 2025, 9:30 AM
Mila
Mila - avatar
+ 2
No one considers it a programming language though.
28th Aug 2025, 9:30 AM
Aleksei Radchenkov
Aleksei Radchenkov - avatar
+ 1
It is not programming but it is code 😉
28th Aug 2025, 1:50 PM
Keith
Keith - avatar
0
HTML is both a markup language and a declarative language. It has a foundational history rooted in SGML, with a later, more complex relationship with XML.
28th Aug 2025, 6:15 PM
BroFar
BroFar - avatar