a repository to help introduce and orient students to the GitHub collaboration environment, and to support the web development classes at Pitt-Greensburg
Homework-04:
1) Remove all internal and in-line CSS in your HTML files
2) Improve your HTML by including Semantic Structure, as described in the Semantic HTML tutorial.
3) As you change your existing HTML and CSS files, you are required to use comments in both HTML and CSS to identify these changes: <!-- ghb 2018-10-31: This is a comment in an HTML file --> /* ghb 2018-10-31: This is a comment in a CSS file*/
When you make a change or add something, briefly describe the change to your code, with your initials and the date, as above.
4) As usual, push all content to your personal Github repos and to your webspace.
Homework-04: 1) Remove all internal and in-line CSS in your HTML files 2) Improve your HTML by including Semantic Structure, as described in the Semantic HTML tutorial. 3) As you change your existing HTML and CSS files, you are required to use comments in both HTML and CSS to identify these changes:
<!-- ghb 2018-10-31: This is a comment in an HTML file -->
/* ghb 2018-10-31: This is a comment in a CSS file*/
When you make a change or add something, briefly describe the change to your code, with your initials and the date, as above. 4) As usual, push all content to your personal Github repos and to your webspace.