How do I create multiple images that can dynamically change with HTML? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

How do I create multiple images that can dynamically change with HTML?

29th Jul 2018, 10:24 AM
Good Girl
Good Girl - avatar
5 Antworten
+ 3
If you want to change the image of the <img> tag on the fly, you'll have to learn something called JS, or JavaScript. There should be a course here to help you out!
29th Jul 2018, 11:34 AM
apex137
apex137 - avatar
+ 2
Hi, I haven't learne JS yet and I know it's possible to have some dynamically tricks with some bootstrap' s and CSS animation codes.
31st Jul 2018, 8:53 PM
JEAN YVES NADAL
JEAN YVES NADAL - avatar
+ 2
With Bootstrap, the way they implement changing images is with something called a 'carousel'. You should go research on that, although there is a set interval between the changing images there, and to change that you'd need to access its properties still via JS.
1st Aug 2018, 8:04 AM
apex137
apex137 - avatar
+ 1
javascript can do that job, with the setinterval element, all you problems can be solved
3rd Aug 2018, 7:35 AM
MICHAEL ALOO
MICHAEL ALOO - avatar
0
you have to learn javascript, i have made one but have not posted yet,
5th Aug 2018, 6:13 AM
MICHAEL ALOO
MICHAEL ALOO - avatar