HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Title: Logon

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
<html lang="en">
<head>
  <title>Test</title>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">

  <link rel=stylesheet type="text/css" href="/css/global.css">
  <link rel=Stylesheet type="text/css" href="/css/global2.css">

  <style type="text/css">
  @import "/css/import.css";
 
  .backdrop { 
    background-image: url(backdrop.jpg)
  }
  </style>

  <script src="/js/global.js">

</head>
<body class="backdrop">

  <p class="white"> An image: <IMG src="foo.png" alt="foo"> </p>

  <script>
var dummy = 1;
  </script>

  <p class="bimage">A paragraph</p>

  <form class="border green">

    <p>A form.</p>
    Input Button <input type="button" src="button.png" name="button" value="a button"><br>
    Input Image <input type="image" src="image.png" name="image" value="an image">

  </form>

  <span>vis-à-vis Beyoncé's naïve papier-mâché résumé</span>

</body>
</html>