CMST 385 Tutorial 1 Exercise Build the J-Prop web page that Tutorial 1 guides you through. Tip: Develop the page incrementally: write some HTML, save the file (Ctrl s), then pop it into the browser (Ctrl F9) where you can see the effect of the new HTML and also how it differs from the previous version of the page (in the previous tab in the browser). Page 41: put the link element in comments so it doesn't take effect. We will learn later how CSS effects the page, for now we want only to learn the HTML. When you finish the page and all the HTML is perfectly correct then make a copy of the file and remove the comments around the link element. Compare the page with and without CSS. Page 44: skip the script element that incorporates the modernizr.js, as everyone has an up-to-date browser. Page 50: the & should be a character entity reference: & Page 57: instead of the obscure #8212, use mdash