qlona / Colmar-academy

1 stars 0 forks source link

Best Practices #3

Open tommygebru opened 5 years ago

tommygebru commented 5 years ago

Great use of commenting in both your html and css document, this provides a high-level of organization and note-taking.

Also great work on formatting your code with indentation another great way to improve readability.

Indenting your code also helps point out the nested elements, and distinguish between parent/child elements.

Also cool use of creating file paths for your local project assets for easy access and offline use 👍

tommygebru commented 5 years ago

Minor Typos and errors: – Include <!DOCTYPE html> as the first line in your index.html document – Revise your html attributes for proper formatting/spacing (lines 80 and 284)