DHTML Hello world



User Rating:  / 0
PoorBest 
Details
Category: DHTML
Created on Saturday, 11 February 2012 09:22
Last Updated on Monday, 09 April 2012 08:49
Published on Saturday, 11 February 2012 09:22
Written by Administrator
Hits: 7778

DHTML is the art of combining HTML, JavaScript, DOM, and CSS.

DHTML Hello World  code :

View source
<script type="text/javascript">
    alert('Hello World!');
</script>