<!DOCTYPE html>
<html>
<title>sargonco</title>
<script src="http://www.sargonco.com/Uploads/Public/article/webdistut/javascript/w3.js""></script>
<body>
<p>A static slideshow, displaying only the first item:</p>
<img class="nature" src="img_fjords.jpg" width="100%">
<img class="nature" src="img_mountains.jpg" width="100%">
<img class="nature" src="img_nature.jpg" width="100%">
<script>
w3.slideshow(".nature", 0);
</script>
</body>
</html>
|
A static slideshow, displaying only the first item:
|