---
layout: single
elementName: script
---
Defines a container for an external script.
Example:
Copy
Example:
Copy
Defines the source of the external script. The URL can be relative or absolute. Defines the MIME type of the external script. This is for Allows the external script to be loaded asynchronously.
#
script
src
"/javascript/my-scripts.js"
type
"text/javascript"
.js files.
async