+ 1

how to use all of this script in web

22nd Sep 2016, 12:17 PM
Youri Linata
Youri Linata - avatar
2 odpowiedzi
+ 6
Just write the script on any text editor and save it as html file (.htm) and run the file on your favorite browser.
23rd Sep 2016, 2:51 PM
Mohammed Chetehouna
0
You have to start it as html format and use the <script> tag ... <!DOCTYPE html> <html> <head> <script> //your script here </script> </head> </html> And then save it as a .html file(to run just open with browser of choice)
1st Jan 2017, 9:21 AM
Ryan