info343/lectures/s5/commontop.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>

      <!-- metadata -->
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <meta name="generator" content="S5" />
      <meta name="version" content="S5 1.1" />
      <meta name="author" content="Marty Stepp" />
      <meta name="company" content="University of Washington" />
      <meta name="description"
       content="Lecture slides to accompany Web Programming Step by Step, a college textbook on web programming." />
      <meta name="keywords"
       content="web programming, html, xhtml, css, style sheets, layout, w3c, php, forms, " />

      <!-- configuration parameters -->
      <meta name="defaultView" content="slideshow" />
      <meta name="controlVis" content="hidden" />

      <!-- style sheet links -->
      <link rel="stylesheet" href="../s5/ui/default/slides.css" type="text/css" media="projection" id="slideProj" />
      <link rel="stylesheet" href="../s5/ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" />
      <link rel="stylesheet" href="../s5/ui/default/print.css" type="text/css" media="print" id="slidePrint" />
      <link rel="stylesheet" href="../s5/ui/default/opera.css" type="text/css" media="projection" id="operaFix" />

      <!-- S5 JS -->
      <script src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js" type="text/javascript"></script>
      <script src="http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.3/scriptaculous.js" type="text/javascript"></script>

      <script src="../s5/ui/default/slides.js" type="text/javascript"></script>
      <script src="../s5/resources/slides.js" type="text/javascript"></script>
      <script src="../s5/resources/DrawingOverlay.js" type="text/javascript"></script>