You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove all in-line CSS (CSS-styling that is part of the HTML file) that might be present, if you have recycled code from earlier in the course.
As you are probably adding to 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.
HW-03: Continue to develop and improve your existing HTML and CSS:
<!-- 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.
Validate your HTML: https://validator.w3.org/
Validate your CSS: http://jigsaw.w3.org/css-validator/
The text was updated successfully, but these errors were encountered: