Assignment Instructions

  1. Before coming to class, read Hour 3 & 4 in the textbook.
  2. In class, follow the instructions that are given in the slides and textbook.
    1. Create a new ASP.NET website on your desktop in new folder called WebSite2
    2. Create a web page, called "assignment2.aspx".
    3. Nested inside the <body> element, create a <h1> element at the top of the webpage, with the words "Assignment 2", and center the words.
    4. Give a subtitle (name of the subject, theme, or topic) to your webpage in the <h2> element, which is nested in the <body> element, below the <h1> element. Use "Mortgage Calculator" as the subtitle. Set the alignment and colors as you wish.
    5. Also put "Mortgage Calculator" in the <title> element, which is nested in the <head> element.
    6. Use the instructions in the slides to create a fixed-rate home mortgage calculator.
  3. To save your data for the future use, you should bring a USB flash drive to class, and/or save your work on the T drive on the classroom computers.
    1. When you turn off the computers in the lab, all your data will be erased, except for what is on the T drive.
  4. You need to show me your ASP.NET web page in class in order to get credit for this assignment.

Click to validate the HTML code

Click to validate the CSS code