(This document is slowly being built up to help in your learning. It should help you in your revision of the topics you have learnt)
Here's a simple javascript within HTML document:
<!DOCTYPE html>
<html>
<head>
<title>My InfoComm Club</title>
</head>
<body>
<h1>Objective</h1>
<p>This is a paragraph.</p>
</body>
</html>
___
http://www.w3schools.com/js/default.asp
http://www.w3schools.com/jsref/default.asp
___
http://www.w3schools.com/html/default.asp
http://www.w3schools.com/tags/default.asp