Multiple choice technology web technology Where is the correct place to insert a JavaScript? Both the <head> section and the <body> section are correct The <body> section The <head> section The <JavaScript> section Reveal answer Fill a bubble to check yourself A Correct answer Explanation JavaScript can be inserted in both the section and the section of an HTML document. The section doesn't exist in HTML, and while both head and body work, the question asks for the correct place implying either is acceptable.