+ 3
Save info
How do you make a website that saves information (example: saves game progress)? What language would I use?(HTML, CSS, JS, php )
1 ответ
+ 1
You can use localStorage() in HTML5 and Javascript to store user's data to the local storage with no expiration time
https://www.sololearn.com/learn/HTML/2197/