Document doctype : document « Javascript Objects « JavaScript DHTML






Document doctype

 
    
<!doctype html public "-//w3c//dtd html 4.0//en-us">
<html>
<head>
<script language="JavaScript">
    function function1() {
        alert(document.doctype); 
    }
</script>
</head>
<body>
    <input type="button" onClick="function1();" value="doctype">
</body>
</html>

    
      
        
  








Related examples in the same category

1.'expando' Example
2.Active Element
3.Document 'URLUnencoded' Example
4.'URL' Example
5.Create a Comment
6.'write()' Example
7.'writeln()' Example
8.Execute Command
9.Document parentWindow
10.Document referrer
11.Document compatMode
12.Document design Mode
13.Document Domain
14.Document title Example
15.Document Link color
16.Use document.links collection
17.Print page out
18.Expose the prperties of Objects