InterviewSolution
Saved Bookmarks
| 1. |
The script tag must be placed in __________(a) the head tag(b) the head or body(c) the title or head(d) after the body tag |
|
Answer» Correct answer is (b) the head or body To explain: If the script tag is placed after the body tag, then, it will not be evaluated at all. Also, it is always recommended and effective to use the script snippet in the tag. |
|