How to insert a script in HTML?

 Posted by Pgayath on 9/21/2012 | Category: HTML 5 Interview questions | Views: 3055 | Points: 40
Answer:

Let us see a small "Hello World" java script example.

<html>
<body>
<script type="text/javascript">
document.write("Hello World!")
</script>
</body>
</html>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response