0

Is it possible to use both html and javascript to create on the same website?

Is it possible?

22nd Feb 2017, 1:58 PM
King Woode
 King Woode - avatar
3 odpowiedzi
+ 7
yes it can.
22nd Feb 2017, 2:08 PM
Agus Mei
Agus Mei - avatar
+ 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>
22nd Feb 2017, 3:10 PM
Kamil
Kamil - avatar
0
Thanks
24th Feb 2017, 10:29 AM
King Woode
 King Woode - avatar