- 4
Why can't those people make HTML a full programming language or they add their what is needed to make it a programming language
Some body give me a reason
4 ответов
+ 1
It wouldn't make sense to use it plus you already have ton of web languages now
0
start learning react, there you can see html is used like a programming language but still it is not a programming language
In react you can declare variables like
const variableName =
<h1> i'm h1 heading </h1> ;
This syntax is called JSX
It has both JS and HTML mixed
By the way you can also use DOM manipulation in JS to get much better control over HTML document.
0
Because it makes no sense whatsoever and would be just plain stupid.
0
Fyv em html is a page to page document structure - for browsers and search engines which simply set as this goes here and that goes there.
Html is not a programming language unlike a programming language it requires no server, does no calculations, or performs any function, it does not collect data nor stores any data.