How do I insert a script tag?

How do I, for example, add the following to the javascript files referenced at the bottom of the body?

<script src="https://cdn.datatables.net/1.10.21/js/jquery.dataTables.min.js"></script>

Many thanks.

In the JavaScript section of the files tree in the bottom right of the screen > right click on js tree > then select link js file > on the pop up paste your cdn url.

If will then be referenced and your can then choose the ordering of which is file loads first

Read the tutorials https://bootstrapstudio.io/tutorials/meta-head-content https://bootstrapstudio.io/tutorials/linking-external-js

Read the tutorials

www.bootstrapstudio.io/tutorials/linking-external-js www.bootstrapstudio.io/tutorials/meta-head-content