Basic JavaScript Question:
Download Questions PDF

How to embed JavaScript in a web page?

Answer:

JavaScript code can be embedded in a web page between
<script langugage="javascript">
//Place Your JavaScript here.
</script>
tags

Download JavaScript Interview Questions And Answers PDF

Previous QuestionNext Question
Are Java and JavaScript the Same?What and where are the best JavaScript resources on the Web?