Things You'll Need:
- Text editor
-
Step 1
Open the web page you'll be editing and insert your cursor in the place you want the table to appear.
-
Step 2
Type the following:
to finish the definition of the table.Step 3Replace the "1" with a number representing the desired thickness of the table's borders. If you don't want borders to appear at all, simply leave out the "border" notation and number.
Define Groups of Columns
Step 1Type the following by itself on the next line to indicate that you are defining a group of columns:
Step 2Replace "3" with a number that represents how many columns you want to include in this group, starting from the left. Vertical rules will appear to the left of the first column in the group and the right of the last column.
Step 3Replace "40" with a number indicating the desired width (in pixels) of the columns. The "align" attribute specifies that text in all cells in these three columns will be right-aligned.
Step 4Write an additional column group tag for each additional group of columns that you want to define in this table.
Step 5Continue to create
and tags to define the cells of the table once all your column groups have been defined. Step 6Type











