Home » HTML » Html miscellaneous » Question
  1. Some users have requested tests for IE’s float double margin bug, and support for position:fixed. Which API is suitable for them?
    1. testAllProps() Plugin API
    2. mq() media Plugin API
    3. addTest() Plugin API
    4. All of above
    5. None of these
Correct Option: C

The navigator object contains information about the browser. UseAgent property gives user-agent header sent by browser to the server. A navigator.userAgent is used to detect the browser’s user agent and code based on the pertinent cases.



Your comments will be displayed only after manual approval.