Need some help regarding JavaScript
Hi guys I need your help, is it possible to insert <script> tag inside the body section of an HTML page
<html>
<body>
<script type="text/javascript">
alert("how are you");
</script>
</body>
</html>








