Prop Nav Appname
# Navigator appName Property
[ Navigator Object](#)
* * *
## Definition and Usage
The appName property returns the name of the browser.
## Syntax
navigator.appName
* * *
## Browser Support

All major browsers support the appName property
* * *
## Example
## Example
Return the name of the browser:
document.write("Browser Name: " + navigator.appName);
The result of the above example:
Browser Name: Netscape
[Try it Yourself Β»](#)
* * *

## More Examples
[This example contains all navigator properties.](#)
* * Navigator Object](#)
YouTip