Previous | Next

Full View

Contents of (g + h) Sample Table Code

(g + h) Sample Table Code

  1. <table border="1" summary="Lists names and favorite colors">
  2. <thead>
  3. <tr>
  4. <th scope="col">Name</th>
  5. <th scope="col">Favorite Color</th>
  6. </tr>
  7. </thead>
  8. <tbody>
  9. <tr>
  10. <td>Pat Smith</td>
  11. <td>Red</td>
  12. </tr>
  13. <tr>
  14. <td>Tyler Zipper</td>
  15. <td>Green</td>
  16. </tr>
  17. </tbody>
  18. </table>

Lecture Notes

©