How to Call an External Automatic Script With HTML
- 1). Type <script.
- 2). Type type="text/language-name" (where "language-name" is the language the script is written in).
- 3). Type language="script" (where "script" is the language the script is written in).
- 4). Type src="script.url" (where "script.url" is the URL to the script's location on the server).
- 5). Type >.
- 6). Type </script>.