Monday, February 25, 2013

hmtl project - Table


Stained Glass Club


<html>
<head>
<title>Stained Glass Club</title>

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

<style type="text/css">
<!--
.style1 {font-size: 9pt}
.style2 {
 font-size: 10pt;
 font-style: italic;
}
-->
</style>
</head>
<body>

<h1 align="center"><img src="../pic 1.png" width="793" height="198"></h1>
<h1 align="center"><strong>Calendar</strong></h1>
<p align="justify"> The Stained Glass Club offers many classes in different stained glass techniques. You must take the Introduction class to learn how to use the equipment before taking any other classes. All classes are free, but reservations must be made one week in advance by calling 612-555-1000.
<table width="749" height="201" border="1" align="center">
  <tr>
    <th width="182" scope="col">Date</th>
    <th width="176" scope="col">Time</th>
    <th width="177" scope="col">Instructor</th>
    <th width="203" scope="col">Topic</th>
  </tr>
  <tr>
    <td>January 5, 2006 </td>
    <td>7:00 <span class="style1">p.m </span></td>
    <td>Tanya Wattigney </td>
    <td>Introduction</td>
  </tr>
  <tr>
    <td>January 12, 2006 </td>
    <td>11:00 <span class="style1">p.m </span></td>
    <td>Barbara Ryan </td>
    <td>Fusing</td>
  </tr>
  <tr>
    <td>January 17, 2006</td>
    <td>2:00 <span class="style1">p.m</span> </td>
    <td>Bill Frasca </td>
    <td>Fusing</td>
  </tr>
  <tr>
    <td>January 21, 2006</td>
    <td>1:30 <span class="style1">p.m </span></td>
    <td>La Tonya LaBelle </td>
    <td>Mosaic</td>
  </tr>
  <tr>
    <td>January 23, 2006</td>
    <td>10:00 <span class="style1">a.m</span> </td>
    <td>Doug Henderson </td>
    <td>Mosaic</td>
  </tr>
  <tr>
    <td>January 30, 2006</td>
    <td>3:00 <span class="style1">p.m</span></td>
    <td>Joanie Gross </td>
    <td>Introduction</td>
  </tr>
</table>


<p align="center" class="style2">Please phone ahead for registration. </p>
</body>
</html>

No comments:

Post a Comment