How to use JS on my blog. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to use JS on my blog.

28th Sep 2016, 4:22 PM
Ahammad Rasood P
Ahammad Rasood P - avatar
2 Answers
+ 1
you can use <script> tags in html files write js code in this file or in other file then use src="path of the js file" in script tags to include it just learn this js couses and you'll know how to do it.
29th Sep 2016, 3:35 AM
Tipwheal
Tipwheal - avatar
0
if you don't own your blog domain then it can be disabled and therefore impossible. But if you own the domain then you can use Javascript almost anywhere you want. you just need you pu it in <script></script> tags or in a separate js file.
29th Sep 2016, 3:33 AM
Lukwago
Lukwago - avatar