Problem Statement
Create a program that generates a dynamic HTML table with customizable rows and columns. The program should allow users to input the desired number of rows and columns, and generate a well-formatted HTML table with proper styling.
Code Implementation Report