Discussion :: Javascript - CS
- The script tag must be placed in
Answer : Option B
Explanation :
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 <head> tag.
Be The First To Comment