InterviewSolution
Saved Bookmarks
| 1. |
The HTML5 specification does not includes __________(a) Data storage(b) Graphics APIs(c) Other APIs for web apps(d) Networking |
|
Answer» Right option is (d) Networking The explanation is: The HTML5 specification (which, at the time of this writing, is still in draft form) and related specifications are defining a number of other important APIs for web apps. These include data storage and graphics APIs.The data storage api can store data locally within the user’s browser. |
|