+ 1
how can I use JavaScript code in HTML document?
I wanna use some Js code for some tags but how?
3 Answers
+ 3
If I understand your question correctly, all you have to do is place your javascript in a <script> tag. Like so:
<script>
...Javascript code...
</script>
0
:P I understand now why ask a non-sense thing
- 2
yes I know that but I try to unlock my achievementsđ thanks bro