Hello. I it is not quite clear to me what does JavaScripts are. I have heard that this language can resident on the server, as it actually sits in the web page it self. What is actually true here? I am totally confused, as I am aware that there is 95% of web sites today using this script type. Thanks so much in advance on any explanation.
Hello. Yes, Javascript is client-side scripting language. And it is not embedded in the html file it self, only headers are. The source of JS is a separated file somewhere in the web site folder, and it makes web sites to look fantastic. It is quite simple to explain by the way. If you don’t want to have anything with flash or similar, than pure CSS in combination with JS can do miracles.