I was playing a bit with the things you need for creating your own website from scratch.
HTML, CSS and Javascript seem to be pretty stable foundation to build the building upon those software development kits.
I mean, If I want to create a simple, really accessible and low resource hungry website (just like debian's .org website). All I need it's just HTML and CSS respectively.
I don't know that much about web development, and as far as I'm concerned about the topic, Javascript is only supposed to provide interactivity to the website, but... If that's the case, HTML can also make use of buttons and similar stuff if all you want to do is create buttons to display on your website. You can also play audio files on your website using HTML only! Impressive!
What I'm trying to ask is why is Javascript so important when just by using HTML/CSS is more than enough to run a website?
At least, the style that I want for my future websites (as I don't have intentions of making them at the moment) is a simple, plain-text wise (with just a few colors) and accesible for almost all devices accross the globe.
HTML, CSS and Javascript seem to be pretty stable foundation to build the building upon those software development kits.
I mean, If I want to create a simple, really accessible and low resource hungry website (just like debian's .org website). All I need it's just HTML and CSS respectively.
I don't know that much about web development, and as far as I'm concerned about the topic, Javascript is only supposed to provide interactivity to the website, but... If that's the case, HTML can also make use of buttons and similar stuff if all you want to do is create buttons to display on your website. You can also play audio files on your website using HTML only! Impressive!
What I'm trying to ask is why is Javascript so important when just by using HTML/CSS is more than enough to run a website?
At least, the style that I want for my future websites (as I don't have intentions of making them at the moment) is a simple, plain-text wise (with just a few colors) and accesible for almost all devices accross the globe.

