diff --git a/classes/index.html b/classes/index.html index a83b9b3e7..fcfa43934 100644 --- a/classes/index.html +++ b/classes/index.html @@ -155,6 +155,10 @@

Part 1: Using a Class

document.getElementById("amortization").innerHTML = html; }); + +
  • Open index.html. Add the <table> block below to display the amortization table right under the monthly rate:

    + +
    <table id="amortization">%lt;/table>
  • On the command line, type the following command to rebuild the application:

    @@ -357,4 +361,4 @@

    Additional Resources

    - \ No newline at end of file +