Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<title>Hammer</title>
</head>
 <body>
 <h1>THANOS</h1>
 <div id="tony"></div>
</body>
<script>
 var lord = "<p> The title of the page is :" + document.title + "</p>";             
 lord += "<p>address of the page is : " + document.URL + "</p>";
 lord += " <p>Last modified is : " + document.lastModified + "</p>";
 var man = document.getElementById("tony");
 man.innerHTML = lord;
</script>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
dennisseahpro
0viewers