Create a HTML program..(Javascript is allowed) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

3rd Jun 2018, 6:54 PM
Ratnapal Shende
Ratnapal Shende - avatar
10 Answers
+ 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
3rd Jun 2018, 6:57 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 6
Shudarshan Rai 👑 Yes we can do it easily with Bootstrap & jquery, but I would like to do it in plain html, css & js
4th Jun 2018, 9:03 AM
Vikash Pal
Vikash Pal - avatar
+ 5
Is this a challenge for us or just your assignment? x) You should show us your attempt on your own "challenge".
9th Nov 2018, 3:21 PM
ᴰᴼᴹᴵᴺᴼ
ᴰᴼᴹᴵᴺᴼ - avatar
+ 3
You will need javascript for it.
3rd Jun 2018, 7:02 PM
Mitali
Mitali - avatar
+ 3
I think, you will need JavaScript
10th Jun 2018, 5:28 AM
Baltazarus
Baltazarus - avatar
+ 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
9th Nov 2018, 7:56 PM
Madhav
Madhav - avatar
+ 2
am interested
3rd Jun 2018, 7:15 PM
Ghulsar Guzer
Ghulsar Guzer - avatar
+ 2
it can not simply be done by html. you need to have some javascript knowledge.
4th Jun 2018, 5:11 AM
Reza Qalekhani
Reza Qalekhani - avatar
+ 2
HTML is not a programming language, it's a markup language. You need JavaScript.
9th Nov 2018, 3:49 PM
gerardbm
gerardbm - avatar
+ 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?
4th Jun 2018, 10:32 AM
Anthony Jones
Anthony Jones - avatar