Ev Onselect
## HTML onselect Event Attribute
The `onselect` event attribute fires immediately after a user selects (highlights) some text inside a text-based form element.
---
## Browser Support
The `onselect` attribute is universally supported across all major modern web browsers:
* Google Chrome
* Mozilla Firefox
* Microsoft Edge / Internet Explorer
* Safari
* Opera
---
## Definition and Usage
The `onselect` attribute is triggered when a user selects text within specific input elements.
### Supported Elements
The `onselect` attribute can only be used on the following HTML elements:
* ``
* ``
* ``
* `
YouTip