Times Table Chart, 1 to 100
A printable multiplication chart from 1 to 100 with a real print stylesheet, black on white with no navigation, plus a tab-separated copy so the same chart pastes into a spreadsheet as live cells instead of a picture.
Tap any tile to copy it. Nothing is sent anywhere — the copy happens in your browser.
Chart or table
The two words pull different people. Someone typing times table 1-100 usually wants to look a number up and leave, and the plain grid is faster for that. Someone typing times table chart 1-100 wants an object: something to print, pin above a desk or hand to a child. This page is the object.
Printing it
- Use landscape. A grid a hundred columns wide does not fit portrait at a size anyone can read.
- Let the browser scale to fit the page. The print stylesheet already strips the site navigation and prints black on white, so it does not eat a color cartridge.
- Check the print preview before you send a class set. Browsers disagree about page breaks and it is cheaper to find that out on screen.
Four formats, and where each one belongs
| Format | What you get | Where it belongs |
|---|---|---|
| Plain text | Rows of numbers separated by spaces | A chat message, a plain note, a code comment. |
| Tab-separated | One number per cell | Excel, Google Sheets, Numbers, a Word table. Paste and it becomes real cells. |
| PNG | A picture of the grid | A slide or a poster, where the layout must not reflow. |
| Fixed pages at a fixed size | Printing from a phone, or sending to someone else to print. |
Why the tab-separated copy is the useful one
An image of a chart cannot be searched, cannot be enlarged without going soft, and cannot be read aloud by a screen reader. Tab-separated text becomes a real table: it reads out row by row, it scales with the browser’s font size, and any number in it can be checked or edited. Pin the PNG to a wall. Paste the text into anything that is actually going to be used.
Symbols on a printed chart
A chart usually needs a multiplication mark in the corner cell, and the choice matters more on paper than on screen.
- ✕ MULTIPLICATION X (U+2715) has no emoji form. It prints as a plain black glyph in the page’s own font, which is what you want next to numbers.
- ✖ HEAVY MULTIPLICATION X (U+2716) carries emoji presentation, so a browser may print it in full color at a size that does not match the text around it.
- ⊞ SQUARED PLUS (U+229E), ⊡ SQUARED DOT OPERATOR (U+22A1) and ⊟ SQUARED MINUS (U+229F) come from the Mathematical Operators block and follow the surrounding text font, so they sit at text weight rather than shouting.
The honest caveat: if the printer or the PDF renderer lacks a font covering these, they come out as empty boxes and you will not know until the paper appears. Preview first. And none of them work as operators, so a symbol copied from here into a spreadsheet formula will break it.
Related pages
For looking numbers up rather than printing, use times table 1 to 100. Times tables up to 100 by number breaks the grid into one table per number, which is closer to how the tables are taught, and times table to 100 is the shorter reference version.