AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6303
What is the purpose of the <sc...
What is the purpose of the <script> and </script> tags?
To tell the browser where a script begins and ends
Correct
Similar IT-6303 questions
Which of the following correctly points to an external JavaScript file named yourfile.js?
Which of the following will correctly access the fifth element of an array named "age"?
What does an assignment operator do?
What does a comparison operator do?
Which of the following declares a variable named pagenumber and gives it a value of 240?
What does the following code do? var slist= new Array()