Free Printable Telling Time Worksheet for Kids — Clock Reference & Practice Sheet

My kids are learning to read analog clocks — turns out "the short hand is the hour" needs more repetition than you'd think. So I made a two-sided reference and practice sheet they can keep on the fridge.
Clock Reference (Front)
The front page is a complete clock reference:
- Big analog clock with labeled hour hand (red, short) and minute hand (blue, long)
- Minute reference grid — each number on the clock mapped to minutes (1 = 5 min, 2 = 10 min, etc.)
- Four common times shown with both analog clock faces and digital equivalents:
- O'Clock — minute hand on 12
- Half Past — minute hand on 6
- Quarter Past — minute hand on 3
- Quarter To — minute hand on 9
Practice Clocks (Back)
The back page has 12 clocks set to different times for kids to read and write the answer:
- 3 on the hour (easy)
- 3 at half past (medium)
- 3 at quarter past/to (medium)
- 3 at 5-minute increments (harder)
- Answer key printed upside-down at the bottom
All the clock faces are drawn with SVG right in the HTML — no images, no dependencies. The hour hand is red and short, the minute hand is blue and long, so they're easy to tell apart even in black and white.
Want to change the practice times or add more clocks? Edit the practiceProblems array in the HTML and regenerate the PDF.
How the PDF is made
Same as the other sheets — plain HTML rendered to PDF with headless Chrome:
Check out the math sheets and reading sheets too — same format, same idea.
Interactive Code Execution with Artifacts
Run Python code directly in blog posts using Anthropic Code Execution. Try the interactive examples below — every snippet runs in an isolated container on Anthropic infrastructure.
Building a Multi-Agent Loan Approval System with Human-in-the-Loop
A demo of multi-agent AI orchestration where three specialized reviewers analyze loan applications independently, stream results in real-time via SSE, and a human makes the final call.