Look at the browser window title bar.

The following code achieved this:
        <html>
            <head>
                <title>Hello from Title!</title>
            </head>
            <body>
                Look at the browser window title bar
            </body>
        </html>