Saturday 11 January 2014

time table

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<table width="392" border="3">
  <tr>
    <th width="104" scope="col">&nbsp;</th>
    <th width="104" scope="col">1</th>
    <th width="162" scope="col">2</th>
    <th width="200" scope="col">3</th>
  </tr>
  <tr>
    <th scope="row">mon</th>
    <td></td>
    <td></td>
  </tr>
  <tr>
    <th scope="row">tue</th>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <th scope="row">wed</th>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <th scope="row">thu</th>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <th scope="row">fri</th>
    <td colspan="2">&nbsp;</td>
  </tr>
  <tr>
    <th scope="row">sat</th>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
</body>
</html>

No comments:

Post a Comment