Title of a document : Document : Development JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Development » Document »

 

Title of a document



<html>
<head>
<title>MY TITLE</title>
</head>

<body>
    
    The title of the document is: 
    
    <script type="text/javascript">
    
        document.write(document.title)
    
    </script>

</body>

</html>


           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Development
» Document