I can build static web pages through CSS and HTML and now would like to add a image slider to my page, I mean the images that slide horizontally on their own. I dont have any understanding of JQuery nor Javascript or Ajax.So at the moment I have an images folder uploaded to the server, in the head section I have put in to reference the Javascript file:\[code\]<script type="text/javascript" src="http://stackoverflow.com/questions/15535098/Javascript/slider.js"></script> \[/code\]Now im stuck. How do I get the\[code\]<div>\[/code\]tags on my HTML page to reference the Javascript to upload the images, etc etc?Ill learn the coding bit but just dont know how it all links together.Any help would be great.