Where should JS scripts go in an HTML file?

后端 未结 6 1590
遇见更好的自我
遇见更好的自我 2020-12-14 01:48

If you have JS code which is intended to run as part of loading/building the page, where in the HTML should this go? For instance modifying a

or add
6条回答
  •  再見小時候
    2020-12-14 02:41

    Put them as functions in its own .js file which you include by

提交回复
热议问题