+ 28
Create a HTML program..(Javascript is allowed)
in web page image will be full screen if user touch on that image other image is open on that place of image. randomly 6 images like dice (Ludo)game
10 Réponses
+ 8
for that type of codes , coder have to write many lines of code
i think bootstrap and jQuery is best for these types of purpose
https://www.sololearn.com/learn/4223/?ref=app
+ 6
Shudarshan Rai 👑 Yes we can do it easily with Bootstrap & jquery, but I would like to do it in plain html, css & js
+ 5
Is this a challenge for us or just your assignment? x) You should show us your attempt on your own "challenge".
+ 3
You will need javascript for it.
+ 3
I think, you will need JavaScript
+ 3
Ratnapal it kinda easy to achieve but a hectic task😰 coz of heck lot of lines are needed to be written to achieve the goal in plain web...
edit :- my try
https://code.sololearn.com/W3HdtACIIt3I/?ref=app
+ 2
am interested
+ 2
it can not simply be done by html. you need to have some javascript knowledge.
+ 2
HTML is not a programming language, it's a markup language. You need JavaScript.
+ 1
I did something similar using Treehouse.
It involved the JS Math.random() function to produce a number between 1 and 6.
Willing to share the code if it might help?