how to take java script in use in creating website.?
解决方案
Javascript is a language which browsers can execute, allowing to to add dynamic elements and features to your website that HTML does not permit.
You need to follow a tutorial - W3Schools have a good one: http://www.w3schools.com/js/default.asp[^]
this is a very generic and broad question which you are better off learning from online tutorials. To give you a heads up, JavaScript is a client side language i.e. the language that runs on the browser side when a user opens your website to achieve certain tasks. These tasks could be as simple as showing a pop-up, hiding some control to something a little more complicated like AJAX processing which works asynchronously. This link[^] can help you moving forward.
Cheers
Well,
Javascript is a script language based in Java that will give you some extra functionalities when working on web projects.
Check this link: http://www.w3schools.com/js/default.asp[^]
And make some research on google, you''ll get the information needed.
come back when you will have more specific questions!
:thumbsup: