Introduction to HTML/XHTML

HTML Table

<table align="center" border="1">
  <thead>
    <tr>
      <th>Date</th> 
      <th>Topic</th> 
      <th>Other Readings</th> 
      <th>Homework</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td nowrap="nowrap">Jan. 13</td>
      <td>Class Overview</td>
      <td>Chapter 1</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td nowrap="nowrap">Jan. 15</td>
      <td><a href="../talks/internet/index.xml">Internet Basics</a></td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td nowrap="nowrap">Jan. 20</td>
      <td><a href="../talks/xhtml/index.xml">XHTML</a></td>
      <td>
        <li><a href="http://www.w3.org/TR/xhtml1/">XHTML
            1.0 The Extensible HyperText Markup Language</a></li>
        
      </td>
      <td>&nbsp;</td>
    </tr>
  </tbody>
</table>
    

Date Topic Other Readings Homework
Jan. 13 Class Overview Chapter 1  
Jan. 15 Internet Basics    
Jan. 20 XHTML
  • XHTML 1.0 The Extensible HyperText Markup Language
  •  

    José M. Vidal .

    5 of 19