What Is Javascript….
You Know that…???
Define of
javascript is script language to enable can working in browser… Usually many
people say javascript is “client side
programming “. Client same with browser. Example of Client is Internet
Explorer, Firefox, Safari, Etc…
Writing Javascript
usually in between HTML coding…
Opening with
<script> and Closing with </script>
Oh yes…. You
can writing javascript in Notepad.. or other text editor….
Ok… Fristly
we made “ALERT”….
Copy this
code
<html>
<head>
Tutorial Javascript
<title>With We Are
Knowledge</title>
</head>
<script>
alert("Welcome in word
Javascript");
</script>
</body>
</html>
Paste in Your Text editor….
And Result
And If done... Save with save as Type "HTML"...
Example : alert.html...
And Next You can working your project with double click File...
And Result like this....
Ok For this time Just it...
If you wil download sorce...
File.html >> This
File.doc >> This
No comments:
Post a Comment