How to make a slide show of images in the web? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make a slide show of images in the web?

14th Dec 2018, 3:34 PM
Mohamed Mikundi
Mohamed Mikundi - avatar
2 Answers
+ 4
marquee can be a good choice but see this "The <marquee> element is a non-standard HTML element. If you use this element, your pages or apps may be broken."- w3docs "This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it."- MDN web docs So, if you want just animated slide-show it's better to go with some CSS stuffs( there are already many codes for the same here in the Sololearn community just try using the search bar) or else if you want it to be responsive then add JS as well.
14th Dec 2018, 3:58 PM
Шащи Ранжан
Шащи Ранжан - avatar
+ 8
Use this tag <marquee> </marquee>
14th Dec 2018, 3:36 PM
Bono
Bono - avatar