Should the referenced javascript file be included in the script tag?
References to javascript files should be included in script tags. Use the src attribute of the script tag to specify the path to the external JavaScript file, with the syntax "<script type="text/javascript" src="file path">&
2022-09-16