The width of the first whole column is decided by the width of the cell with most content:
| Names | Profession |
| Michael Fernandez | Doctor |
| Amy Frank | Computer Engineer |
Specifying the width for one cell will affect the whole column. Width is set in percentage relative to the whole table:
| Names | Profession |
| Michael Fernandez | Doctor |
| Amy Frank | Computer Engineer |
Specifying the height for one cell will affect the whole row. Height is set in fixed pixels:
| Names | Profession |
| Michael Fernandez | Doctor |
| Amy Frank | Computer Engineer |
Specifying 100% for table width will occupy the whole width of the parent element:
| Names | Profession |
| Michael Fernandez | Doctor |
| Amy Frank | Computer Engineer |
| Names | Age | Gender |
| Michael | 21 | Male |
| Amy | 37 | Female |
| Names | Age | Gender |
| Michael | 21 | Male |
| Amy | 37 | Female |