how do i make a slideshow in html?

Philippines
March 1, 2012 12:06pm CST
does anyone know how to make a slideshow in html? i'm really having a hard time making a slide show because we have not discuss it yet and i want to make a slide show for my project in html subject/web programming which is to make our own website. please teach me how and tell me the tags to use and their uses. i made a research in Google but i don't understand the codes they use because it's just to complicated. I am not also pertaining to marque tags. thank you in advance folks. god bless you all!
7 responses
@surfer222 (1714)
• Indonesia
1 Mar 12
I never done that before, but in theory you can use jquery (a javascript framework) and use some of its plugin to make a slideshow. here's some jquery slideshow plugin, but you have to read the manual to use it because i never use them before... http://www.1stwebdesigner.com/css/fresh-jquery-image-gallery-display-solutions/
@sanchy (38)
15 Sep 12
Yes jquery is the best option to make a slide show / slider. It is so easy to we have lots of tutorials available on the net. other hand flash is useful too but that is an old idea :|
• India
2 Jan 13
To make the slideshow in HTML, you should follow the points which are described below: 1. First of all, open the HTML editor and create the pages which you want to include into the slideshow. 2. Open the first page and insert the text or image on that page. 3. Insert the Meta tag into brackets 4. Make the starting and ending page,and insert it at the beginning and ending of the slideshow.
@lovedude (4447)
• India
2 Mar 12
I have implemented it using javascript and php page.. you can check it on http://ketankotak.99k.org/wallpapers.php [not referral link]
• China
2 Mar 12
Use wordpress production your site,you can find is so easy or joomla can do ti
• India
13 Jul 12
Marquee tag only works only for image scrolling in particular direction but it's not effective for slide slow. You must have to use java script for slide show. It requires some complicated coding. If you need full coding then visit javascriptkit. com/howto/show2.shtml.
19 Nov 12
Hi Dear friend,want to build a site with dynamic slide shows go for http://www.MakeAnySite.com the best site-building platform enabling the users to build their site with more features like unlimited hosting,free domain along with attractive word press themes.MakeAnySite.com makes your site more complex with features like blogs,forms,image Gallery,video Gallery and more for just 4$.
@owlwings (43915)
• Cambridge, England
1 Mar 12
Here's a way of doing it which uses the 'http-equiv ... refresh' tag: http://www.basictips.com/html-slideshow-5-easy-steps.shtml (Note that the link to the example slide show appears to be broken). I haven't tried this so I don't know whether it works or not (the page was written 6 years ago) but I may give it a go. Most people these days will use a Java app to run the slideshow but this is an HTML only method.