Box Model Simulator
	Go to the Simulator
	Notes for this tool
	
		- You don't have to click "Apply Styles", just click off of it to make it change (tab also works). 
- This uses input elements, which you will eventually have to know, though not for test 2. 
- There is an "onchanged" event handler attribute that you don't need to know that allows this to work without clicking the Apply button.
- You can add additional divs , just click "Add Div"
			
			- The new div will be the active div
- To switch the active div, click the div you want to change.
 
- The code might be worth reading but some will not make sense
- If you want the source, Ctrl-U will work but so will this zipped boxModel.zip file.
- The code fails to validate 100%... for the same reason as lab 9.