HTML/Table menu

Menu item
Key
What it does
Table Frame Ctrl+T Sets up a Table Frame.
Row Frame Ctrl+R Sets up a row frame within a Table frame.
Header cell Frame - Places a header cell within a row frame to be used for column headers. <th>...</th>.
Row cell Frame Ctrl+C Places an ordinary cell within a Row frame. <td>...</td>.
n x m Table Frame - Takes the number of rows and columns you want and prints out the entire Table. Every row and every cell is numbered. View Source (in your browser) for this page to see see a 5 x 3 Table Frame with content.