The tag uses the src attribute to reference external JavaScript files. Option A incorrectly uses 'name' which is not the correct attribute, Option B uses 'href' which is for <link> tags, and Option D uses the <link> tag which is for CSS files, not JavaScript.