Answer the question
In order to leave comments, you need to log in
How do different languages work together?
I apologize in advance for the stupid question, but I have absolutely no idea how different programming languages work and interact in one project - an application, a website. For example, they write a site in js + CSS + HTML, what does this mean?
Answer the question
In order to leave comments, you need to log in
To do this, you should read what these languages \u200b\u200band technologies are, at least on Wikipedia.
Some interact directly, one inside the other. Others work independently, sharing data.
Your example is HTML/CSS/JS - the platform to execute their code is the browser. It is the browser that decides what to do when it encounters html/css/js code, and these "languages" can be used simultaneously.
But at the same time, JS is a programming language, html and css are markup languages.
At the same time, the html5 standard is already beginning to move towards a programming language.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question