This article will introduce you to Javascript and help you get started with using Javascript to write messages to the documents.
Javascript is a scripting language that can be used to apply more interactive code to your website, it also makes accessing objects within a page much simpler.
Javascript can either be placed in a file with a .js extension or placed within html using the script tags.
HTML Code:
<script type="text/javascript">
document.write("My first piece of
...