| Lab 1: BMI Calculator Ver 1.0
   Learning Objectives: Chapter 2 
	  Introduce Visual Studio 2015 or VS 2017
	  Develop a single form web site
	  Add folders and files to a web site
	  Add an existing item to a web site
	  Start IIS Express
	  Add HTML and Web Server controls
	  Add validation controls to a form (required field and range)
	  Add C# code to a form
	  Understand and use page and control events
	  Test your application Chapter 3 
	  Use CSS formattngUse HTML5 semantic elementsEnsure cross-browser compatibilityAdd accecibility standards Here is the web application interface: 
    Files
  Needed: bmi.jpg, 
  ClsBMICalculator.cs, animate.css (we will install it in the labs, 
  if time permits) Here is the 
  solution: MIS124Lab1.zip 
  Here is the video: Practice 1 Video |