1 Minute HTML CSS Part 9 – Basic Tables

TABLES

  • <table> A table.
  • <tr> Table row.
  • <th> Header cell.
  • <td> Normal cell.

 

SPAN

  • colspan="n" Span a cell across N cells.
  • rowspan="n" Span a cell across N rows.

Leave a Comment

Your email address will not be published. Required fields are marked *