When to use scripts in the head and when to use scripts in the body?
Sandhya Answered question June 23, 2023
							we can use the script tag with the attribute src . You’ve already used the src attribute when using images. The value for the src attribute should be the path to your JavaScript file. This script tag should be included between the <head> tags in your HTML document.
Sandhya Answered question June 23, 2023
				