Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Save Code
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html> <body> <h1>The Window Object</h1> <h2>The status Property</h2> <p>The status property is not supported in any browser.</p> <script> window.status = "Some text in the status bar."; </script> </body> </html>