Using Tables
In this page, we explained how to use tables and how tables help us to build better websites.
•We use tables to determine horizontal start point of an image or a text. (We can make tables invisible)
| text | ||
| text | ||
| text | ||
•We can change cell background colors and make design better or make information more understandable
Cars |
Sales |
Price |
| Ferrari | xyz | 123,456 |
| Porsche | xyz | 123,456 |
| BMW | xyz | 123,456 |
•Tables let us use different types of contents together. At the example below, a table cell is used for both image and text. At the second image, you can see what happens if tables are not used.
| With Table | Without Table |
![]() |
![]() |
How to Insert Table
Click the video icon below to watch video tutorial that shows how to insert and use tables.


