lcanderson / CapstoneColmar

Capstone project for Codecademy course. Design a website for fictitious school named Comar Academy.
0 stars 0 forks source link

GREAT - Organization #1

Closed Emik234 closed 7 years ago

Emik234 commented 7 years ago

Great job keeping both the css and HTML neat and organized using comments and indentation. run through your HTML and make sure your indentation is consistent. everything that is nested to the same level should be indented the same. consider making use of some well-placed line breaks throughout the HTML to help define each content chunk and make things easier to identify at a glance. more info about HTML styling, in general, can be found here - https://www.w3schools.com/html/html5_syntax.asp

lcanderson commented 7 years ago

Thank you for the great resource. I will work on incorporating line breaks in my HTML. I hadn't thought of doing that.