Can JavaScript be linked in the head section, and how does it affect page load times?
- No, JavaScript can't be linked in HTML.
- No, it can only be linked in the body.
- Yes, and it can block rendering.
- Yes, and it doesn't affect load times.
Yes, JavaScript can be linked in the head section of an HTML document using the