A. <script href="script.js"></script>
B. <script> alert('Hello, World!'); </script>
C. <js> alert('Hello, World!'); </js>
D. <style> alert('Hello, World!'); </style>
Correct Answer is :
B. <script> alert('Hello, World!'); </script>
Explanation
JavaScript can be embedded inline within HTML elements by using event handler attributes, such as onclick, onmouseover, or onload. These attributes directly bind a JavaScript function to the element’s event