Valid Web-Development-Applications Dumps shared by ExamDiscuss.com for Helping Passing Web-Development-Applications Exam! ExamDiscuss.com now offer the newest Web-Development-Applications exam dumps, the ExamDiscuss.com Web-Development-Applications exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Web-Development-Applications dumps with Test Engine here:
Which HTML elements support the `<script>` tag to invoke JavaScript code? Choose 2 answers:
Correct Answer: A,B
> "The `<script>` element is permitted within the `<head>` and `<body>` sections of an HTML document. These are the two valid locations for including or referencing JavaScript code." > > "It is not valid to place `<script>` inside `<form>`, `<meta>`, or `<title>` elements, as those are not meant for scripting." References: * HTML5 Specification: The `<script>` element * W3C: HTML content categories ---