1.

What returns the engine name of the browser?(a) product(b) userAgent(c) platform(d) onLineThis question was posed to me in homework.My question comes from HTML Geolocation topic in portion Advance HTML of HTML

Answer»

The correct option is (a) product

The explanation: Product property returns the engine NAME of the BROWSER, userAgent returns user-agent header sent by the browser to the server, platform returns for which platform the browser is compiled. OnLine DETERMINES WHETHER the browser is online or not.



Discussion

No Comment Found

Related InterviewSolutions