Which attribute is used to specify the location of an external JavaScript file in the <script> tag?

A). href

B). url

C). src

D). location

Where is the recommended place to include external JavaScript files in an HTML document?

A). Inside the <head> section.

B). Before the closing tag.

C). After the opening tag.

D). Inside the <body> section, anywhere.