I have a few JPEG images located in the directory "C:/images/". I want to create a slideshow of these images on a webpage. I am using Java code to retrieve the correct path of the image folder and JSP as the front end with an HTML div element to display the image. I attempted to display a single image like this but was unsuccessful. Can anyone please assist me?
<div id="image" style="background-color:yellow; height:200px; width:100px; float:left;">
<img src="C:/Desktop/Images/Image1.jpg" style="height:200px; width:100px; floatleft;">