Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Save Code
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html> <script> window.stop(); </script> <body> <h1>The Window Object</h1> <h2>The stop() Method</h2> <p>The stop() method stops this document from loading.</p> </body> </html>