Enter any number to generate its multiplication table (1 to 10). Clean, modern UI with responsive design. Instant table generation without page reload. Open index.html in your browser. Enter a number ...
Concepts used: Loops, input/output. Ask the user for a number. Print its multiplication table (1–10) using a for loop. Example for input 5: 5 x 1 = 5 5 x 2 = 10 ... 5 x 10 = 50 ...