Listing 21.13. Osadzony kod JavaScript nie może zawierać napisu </script>
PRZYKŁAD BŁĘDNY
<body>

<script>
alert("</script>");
</script>

</body>