HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <p>I will display</p> <script> // Try to remove 'window.stop()'; window.stop(); </script> <p>I won't display</p> </body> </html>
OUTPUT
×

Save as Private