How to print a table of any number in PHP embedded in HTML? -2

How to print a table of any number in PHP?

What is Table?

Table(The Multiplication tables): A table that shows you the results of multiplying of two numbers.

Logic of this:

1.Define a number.

2.Run for Loop.

3.Multiply this number with for loop output.

Now you can see its code:

Entering 5 as input
Here’s the output of 5 number.

Thanks