JavaScript Course | Practice Quiz-1 (original) (raw)
Inside which HTML element do we put the JavaScript?
Where is the preferred place to insert JavaScript?
- At the end of the
<body>
tag - Outside the HTML file altogether
Is it necessary for the external script file to contain a