<html>
<!- These type of lines are comments - They are ignored -!>
<head>
<!- This is the HEADing section of the HTML file -!>
<!- The javascript functions are placed here -!>
<!- They are called from the BODY section -!>
<title>Javascript Base HTML File</title>
</head>
<body>
<!- This is the BODY section of the HTML file -!>
<!- Whatever is below here wil be displayed in the browser window -!>
This file is a starting point for playing with Javascript.<br>
If you are in the Plunker editor, click the eye icon in the upper right
to run this code.<br>
</body>
</html>