0
Is it possible to use both html and javascript to create on the same website?
Is it possible?
3 Answers
+ 7
yes it can.
+ 5
yes sure! Javascript is designed to work together with html, just use the <script> tag in your html or try linking an external js file:
<script src="path.js"></script>
0
Thanks