JavaScript Processed 1st
JavaScript is processed while browser
is parsing the HTML, i.e. figuring out
the command’s structure
<html><head><title>Lecture 12</title></head>
  <body>
  <h2>Sample Program</h2>
    <img src="orca.gif">
  </body>
</html>