DHTML text is written in JavaScript

DHTML text is written in JavaScript.

<HTML>

 <BODY>

  <script type="text/javascript">
    document.write("<b> --This DHTML text is written in JavaScript --- </b>");
  </script>

 </BODY>

</HTML>

Comments

Recent Post

Recent Posts Widget

Popular posts from this blog

Capture image from webcam java code, examples

Shallow Copy Deep Copy Java example

Database Connection using NODE JS example