jcrumrine / Dasmoto

Codecademy - Hello CSS - Reviewable Project 1
0 stars 0 forks source link

Organization of HTML #2

Open aubreywullschleger opened 6 years ago

aubreywullschleger commented 6 years ago

Great! Nice job using consistent nesting/indentation/spacing in your HTML. Here's more info on best practices for nesting and indentation to use in future (more complex projects): https://www.granneman.com/webdev/coding/formatting-and-indenting-your-html/ . These practices help your markup to be organized and easy to read. Keep it up!

jcrumrine commented 6 years ago

Fixed the indentation to match the best practices outlined in the article.