jQuiz Demo Page
Question 1:
Inside which HTML element do we put the JavaScript?
<js>
<script>
<scripting>
<javascript>
Next >>
Question 2:
What is the correct JavaScript syntax to write "Hello World"?
response.write("Hello World")
("Hello World")
"Hello World"
document.write("Hello World")
<< Prev
Next >>
Question 3:
Where is the correct place to insert a JavaScript?
Both the <thead> section and the <body> section are correct
The <body> section
The <head> section
<< Prev
Next >>
Question 4:
What is the correct syntax for referring to an external script called "xxx.js"?
<script type="text/javascript" name="xxx.js">
<script type="text/javascript" href="xxx.js">
<script type="text/javascript" src="xxx.js">
<< Prev
Next >>
Question 5:
The external JavaScript file must contain the <script> tag?
True
False
<< Prev
Finish!
Status Bar