Learn about the Element.requestFullscreen() method, including its syntax, code examples, specifications, and browser compatibility....function toggles the first <video> element found in the document...elem = document.querySelector("video"); if (!document.fullscreenElement)...