Wtf with html5? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Wtf with html5?

i spend 3-4 hour in a day for learning this, and i still got nothing. someone please be my teacher 😅😣

30th Jan 2017, 2:37 PM
Fantasy Yahya
Fantasy Yahya - avatar
3 Answers
+ 4
What exactly do you need help with?
30th Jan 2017, 2:39 PM
Caleb Jore
Caleb Jore - avatar
+ 2
Local and session storage handles paired text key/value... but you can store any type of content you want by encoding them in a text format ( as JSON ). Important things about storage: - new in html5 - unique access per domain ( as for cookies ) - size limit greater than cookies, but can be navigator/user dependant ( about 5-10MB per origin instead 2KB for cookies ) - contrary to cookies, data cannot be shared/access with/by server through http headers ( but obviously, still possible to use Ajax to communicate ) - data stored in navigator, means one set of value by navigator access ( each navigator on each device ) And to spend more time, follow the links in this post: https://www.sololearn.com/Discuss/176722/how-can-i-have-the-javascript-input-data-into-sessionstorage
30th Jan 2017, 8:59 PM
visph
visph - avatar
0
someone who want 😂
30th Jan 2017, 2:58 PM
Fantasy Yahya
Fantasy Yahya - avatar