Diego-HB / teacozy

0 stars 1 forks source link

HTML formatting + indentation needs additional work #1

Open ad3429 opened 7 years ago

ad3429 commented 7 years ago

https://github.com/Diego-HB/teacozy/blob/master/index.html#L2-L97

You generally followed good code practices, but your indentation can be quite inconsistent at times. You should make sure your divs align accordingly so that it's easy to see where the open and close tags are located. Here is an excellent resource on indentation and formatting in general for HTML:

https://www.granneman.com/webdev/coding/formatting-and-indenting-your-html/

Diego-HB commented 7 years ago

Thank you and thanks for the resource. I will try to follow your tips