Skip to content

dev-alihasan/math-multiplication-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math Multiplication Table

This project is a simple multiplication table generator that takes a user's input and displays the multiplication table for the specified number.

Introduction

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.

How to Use

  1. open the index.html file in your web browser.
  2. u'll see a prompt asking you to enter a number for the multiplication table.
  3. Enter a number and press Enter.
  4. The multiplication table will be displayed on the page.

Demo

You can see a live demo of this project here.

[How it look]MathMagicTables

code used

  • HTML
  • JavaScript
  • CSS

Author