I mainly worked at the server level of enterprise applications (Java EE, Spring framework).
Now I'm trying to understand (just understand, not master) client-side technologies . A few of the technologies that I read (books, online materials): HTML, CSS; the next one is javascript.
I find it difficult to combine all these technologies and make a "page", for example, if I create somepage.html, it may have HTML, CSS, JavaScript( and the expansion continues .html ). This is like “mixing” different technologies, how is this possible?
This is because the page is ultimately read by the browser and therefore confusion is possible.
Can someone help me with simple words clarifying these doubts?
source
share