+ 1
I'm Supposed to write JS in HTML
Help
1 Resposta
+ 2
There are two ways to attach javascript course in your html course:
First method is to write the link of your javascript page and place it in the head tag with script tag. Second method is to write script tag in body tag wherever you want to write your code .
In first method javascript code is attached externally and in second method javascript code is attached internally.