PontusHeggelund / Colmar

0 stars 0 forks source link

HTML looks good #1

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

Your HTML structure and organization is good. One thing you can do now to take it to the next level is to start incorporating more HTML5 semantic tags. Right now with all the divs it can be hard to understand what the structures are. Here is a good article on getting started with semantic tags: https://www.pluralsight.com/guides/semantic-html?aid=701j0000001heIqAAI&promo=&oid=&utm_source=google&utm_medium=ppc&utm_campaign=CA_Dynamic&utm_content=&utm_term=&gclid=CjwKCAjwlrnNBRBMEiwApKU4PBiUM7wtxiyqNw-6Zoikh6ChlNul6tTL839Zj2h_JNTZcK6PE5WWlRoCiOYQAvD_BwE

https://github.com/PontusHeggelund/Colmar/blob/master/index.html

PontusHeggelund commented 6 years ago

Ok, that was a lot of semantics in that article! Will look into that for sure.