Easy Tutorial
❮ Prop Option Defaultselected Prop Style Transitiontimingfunction ❯

Navigator appName Property


Definition and Usage

The appName property returns the name of the browser.

Syntax


Browser Support

All major browsers support the appName property.


Example

Return the name of the browser:

The output of the above example:

document.write("Browser Name: " + navigator.appName);

More Examples

This example includes all navigator properties.


❮ Prop Option Defaultselected Prop Style Transitiontimingfunction ❯