Copy the JavaScript Table Page Template (HTML) code (below)
Paste that code into your new file
Choose: Save
Save the file as: js_table.html
Change the Save as type:
to: Hyper Text Markup Language file (*.html)
Change your page title, your Author name, and your page heading to something appropriate
Choose: File -> New
Copy the Table Page JavaScript (JS) code (below)
Paste that code into your new file
Choose: Save
Save the file in your includes folder as: table.js
Change the Save as type:
to: JavaScript File (*.js)
In your index.html file
Add a link to this page.
Change: <li>Use JavaScript to Create a Table Page</li>
to: <li><a href="js_table.html">Use JavaScript to Create a Table Page</a></li>
Save your changes
Click: Run
Choose: Launch in IE
or Launch in Chrome
or Launch in Firefox