I am developing a web page using JavaScript and HTML, everything was working good when I have received this list of errors from my HTML page:
It happened to me for wrong tag. By mistake I add the js file in link tag.
link
Example: (The Wrong One)
It solved by using the correct tag for javascript. Example:
javascript