0
Script!
is script tag a linking tag for JavaScript?
2 Antworten
+ 1
yes. instead of creating a Js file and linking it you can use it in html using script
<script>
//Here goes The code
</script>
+ 1
Or you can use Script to link to a. JS file.
is script tag a linking tag for JavaScript?