Home » HTML » Html miscellaneous » Question
  1. Which property is used to detect the browser’s user agent and code based on the pertinent cases?
    1. navigator.user
    2. return
    3. navigator.userAgent
    4. navigator
    5. None of these
Correct Option: C

An old strategy was to look at the property navigator.userAgent to detect the browser’s user agent and code based on the pertinent cases.



Your comments will be displayed only after manual approval.