Bbg-Spt / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Nesting, indentation, and clear separation of page sections #2

Open aubreywullschleger opened 6 years ago

aubreywullschleger commented 6 years ago

Simplify! Make sure to use best practices for nesting and indenting your HTML as seen here: https://www.granneman.com/webdev/coding/formatting-and-indenting-your-html/ . I would also consider wrapping each section of your page in a <div> element to separate out the sections. These practices help your markup to be organized and easy to read.