Write HTML code to create the following webpage:
Enter an integer:
3
Submit
User will enter any number in the above text box and click on the submit button. Then, the multiplication table of the entered number should be printed in the HTML table on the new webpage generated by a PHP script.
Multiplication Table of 3:
X
3 6 9
3
2 3
X
15 18 21 24 27 30
8 9 10