Question: Using the OO Design Principles, write an HTMLTable class with uses CGI programing This table class will have methods that allow the user to place
Using the OO Design Principles, write an HTMLTable class with uses CGI programing
This table class will have methods that allow the user to place strings in a table (2D array of strings) that is stored in the object and print out the table in HTML format.
This program can't have any user input, all the table cells are created in main()
Requirements
-a 3 x 3 table with your name in the middle and colors in the other 8 cells. (By color I mean words like "red" and "blue")
-a 2 rows x 8 column table with chess piece names in the appropriate places with borders
| rook | knight | bishop | king | queen | bishop | knight | rook |
| pawn | pawn | pawn | pawn | pawn | pawn | pawn | pawn |
-a 2 x 2 table where HTML image tags are placed inside the table. The files will need to be on the server in the same directory as the program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
