+ 1
Link JavaScript to html
Someone please help on how to link my javascrip code to html. The javascript code is for my webpage background
5 Answers
+ 6
Have you tried to Google this and looked at the examples?
It should work using the script-tag.
+ 5
Complete js courses [DOM & Events - lesson 45.1 to 54.1]
https://www.sololearn.com/Course/JavaScript/?ref=app
+ 2
Habib Ayuba
You can either use script tag inside html or use external JS file and then include in html.
+ 2
+ 1
Thanks