lukeivy88 / Colmar

Final Project
0 stars 0 forks source link

HTML structure #1

Open ulisigi opened 5 years ago

ulisigi commented 5 years ago

Good structure of your document reflects grouping and flow of content. Nice use of comments and some semantic elements to help keep your code easier to read. More semantic elements, like <article> and <aside>, used appropriately, can further reduce the number of <div>s you have and improve readability and accessibility.

https://github.com/lukeivy88/Colmar/blob/master/index.html#L90-L93