Document JavaScript Tutorial

< html>

Untitled

function changeTitle()
{
    var newTitle = prompt("A title.", "default title");
    window.document.title = newTitle;
}



You can change 
the <title> element on this page