A page with tables
You know how to create pages, add text, interact with the user, and add images. We’re on our way to making complete Web sites.
This lesson looks at the HTML tags for tables. Tables make it easy to present data in rows and columns. Here’s an example:
| Dog | Size | Breed |
|---|---|---|
| Kieran | Large | Lab |
| CC | Medium | Sheltie |
| Renata | Medium | Coonhound/lab mix |
Tables are important for many Web sites. Use them for schedules, price lists, statistical information, ... anything you like.
This lesson will show you how to create tables, style them, and let the user interact with them.
Let’s go!