elementwebkitRequestFullscreen
The `webkitRequestFullscreen` method is a JavaScript API used to request that an HTML element be displayed in fullscreen mode. This method is part of the Fullscreen API, which allows web applications to present content in a more immersive way, typically by occupying the entire screen and hiding browser UI elements.
When `webkitRequestFullscreen` is called on an element, the browser attempts to enter fullscreen mode. If successful,
This method is prefixed with `webkit` indicating its origin and widespread adoption in WebKit-based browsers like