First Project
Students, Believe it or not, by now you know enough about html5 to create your first webpage. For your first project, I want you to create your first webpage using html5 remember that if you wish to comment your html code, you must use the comment notation in your code. It consists of an open angle bracket followed by an exclamation point and two dashes (or minus signs). To close the comment you'll need 2 dashes and the opposite angle bracket. An example would look like the following: <!-- a comment that does not interfere with my code. --> You can create comments any where in your page. They serve as reminders to you or your coworkers what goals you are trying to accomplish, what your code means and other important details you wish to package with your site without altering your site's layout or behavior. For your first project, create a website (a front page minimum) using html5 - no WYSIWYG tools or shortcuts. Every 5-10 lines should have a comment explaining...