what is js and how to use it in html
Answers
Answered by
1
Answer:
JavaScript is a text-based programming language used both on the client-side and server-side that allows you to make web pages interactive. Where HTML and CSS are languages that give structure and style to web pages, JavaScript gives web pages interactive elements that engage a user.
Explanation:
you can use js inside an html and outside(external) for internal html use script tags scripts
for ouuter js which is prefered use scripts src="abc.js"
Answered by
1
Answer:
hope it was helpful for more qualified answers please follow me
written by#sypraveen
Attachments:
Similar questions