How do i open and close a script
Do you mean you want to write some JavaScript/jquery in the HTML, so you need to open and close script tags?
<script>
// write your code here
</script>
How do i open and close a script
Do you mean you want to write some JavaScript/jquery in the HTML, so you need to open and close script tags?
<script>
// write your code here
</script>