Which of the following is NOT a valid way to include JavaScript in a webpage?
Inline JavaScript
Internal JavaScript in a <script> tag
External JavaScript using a <script> tag with the src attribute
Inside <style> tags
This question is part of this quiz :
Introduction To JavaScript