This project is a simple multiplication table generator that takes a user's input and displays the multiplication table for the specified number.
If you'd like to know a specific multiplication table, just enter the number you're interested in, and the program will display the multiplication table from 1 to 10.
- open the
index.html
file in your web browser. - u'll see a prompt asking you to enter a number for the multiplication table.
- Enter a number and press Enter.
- The multiplication table will be displayed on the page.
You can see a live demo of this project here.
- HTML
- JavaScript
- CSS