Question: Re-create the table shown above using only JavaScript and the core DOM objects to generate the HTML (Note: Appendix A of your text provides a
Re-create the table shown above using only JavaScript and the core DOM objects to generate the HTML (Note: Appendix A of your text provides a solution example. You will understand DOM scripting better if you resist using this example until you get stuck and need a little help.) Use the JavaScript style object to add 2 additional styles of your choice to your table. Use the JavaScript setAttribute() method to add 2 additional styles (different from the one above set with the style object) of your choice to your table. Use JavaScript comments in your code to indicate which style is being applied and how it is being applied (style object or set attribute method) Possible styles include borders styles, background colors for cells, rows or the entire table, border shading, rounded corners, etc
nod table>
Itable>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
