which are the three states of an html5 application? (choose three)\ntransport\npersist\ndatalink\npresentatio…

which are the three states of an html5 application? (choose three)\ntransport\npersist\ndatalink\npresentation\napplication\nsession
Answer
Answer:
There is no correct information provided in the given options for the states of an HTML5 application. The common states related to web - app concepts might include offline (persist - related in terms of data storage for offline use), active (application - related when the app is running), and idle (a state when the app is not actively processing but still loaded). But from the given options, none of them are the typical states of an HTML5 application.
Brief Explanations:
HTML5 application states are related to its operational and data - handling conditions. The provided options like Transport, DataLink, etc. are more related to network layers in the OSI model rather than HTML5 app states.