JavaScript simple example



User Rating:  / 0
PoorBest 
Details

Simple JavaScript Example :

View source
<html>
<body>
 
<h1>Hello World ! </h1>
 
<script type="text/javascript">
document.write("<p>" + Date() + "</p>");
</script>
 
</body>
</html>


You have no rights to post comments

   

Login  

   
   

     

© Developerpages