<html> <body> <title>document object example</title> <button onclick="alert(document.title);">Document title</button> </body> </html>