Advertisement
mauricemuteti

slideshow html

May 5th, 2017
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.78 KB | None | 0 0
  1.  <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Slider</title>
  5. <link rel="stylesheet" href="style.css"/>
  6. <link rel="stylesheet" href="fontawesome/css/font-awesome.css"/>
  7. <script style="text/javascript" src="javakl.js"></script>
  8.  
  9. </head>
  10. <body>
  11.  
  12. <div id="container">
  13.  
  14. <p id="pic"></p>
  15.  
  16.     <div id="sliderdiv">
  17.     <img src="images/Chrysanthemum.jpg" height="400px" width="900px"  id="imagethmb"/>
  18.    
  19. <div id="buttons">
  20. <a href="#" onclick="startslide(1)" > > </a>
  21.             <img src="images/next.png" onclick="startslide(1)" height="70px" width="70px" class="next"\/>
  22.             <img src="images/previous.png" onclick="startslide(-1)" height="70px" width="70px" class="previous"/>
  23. </div>
  24.        
  25.     <div id="caption">
  26.     <p id="cap">caption</p>
  27.     </div>
  28.        
  29.     </div>
  30. </div>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement