Tables
In HTML, a table is essentially a box divided into cells. Each cell is a container; its contents can include text, images, and other elements—even other tables.
Tables were originally intended for presenting textual information that is easiest to read in a row-and-column layout, such as baseball statistics. However, pioneering Web designers quickly discovered they could use tables to create multi-column page layouts that were otherwise impossible to achieve in HTML (before the introduction of layers). Although authors can now design complex page layouts with less effort using layers, the majority of authors still prefer working with tables.
Using Namo WebEditor’s layout box feature, you can create a table for page layout by simply drawing container cells on a grid and then arranging them by dragging. Depending on your experience level, layout boxes can be easier and more intuitive than working with tables directly.
In this section
Adding and removing rows and columns
Deleting the contents of multiple cells
Specifying cell spacing and padding
Controlling the appearance of table and cell borders
Specifying other table and cell properties
Centering or right-aligning a table
Making other content flow around a table
Sorting and transposing tables
Converting between paragraphs and tables
Related topics
Creating charts from table data