Web Developer & Designer Question:
Download Job Interview Questions and Answers PDF
Explain me what is the use of local storage in HTML5?
Answer:
Before the coming of HTML5, the local storage was used to be associated with cookies. Cookies was not really beneficial for usages that include a large amount of data. This was passed on from server to server and hence resulted in very slow and ineffective website performance. This is not the same case in HTML5 as data is not passed in every subsequent server and is used only when asked.
Hence, it can be possible to store large amounts of data by itself and still do not affect the website’s performance. Such data is stored in different areas of the website and the website can access most of the data stored by itself.
Hence, it can be possible to store large amounts of data by itself and still do not affect the website’s performance. Such data is stored in different areas of the website and the website can access most of the data stored by itself.
Download Web Developer & Designer Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain what is the basic difference between an alert box and a confirm box? | Please explain how many markup elements do you know used in HTML5? |