kamalcon / f1-3-c2p1-colmar-academy

0 stars 0 forks source link

Semantic HTML #1

Open martoio opened 7 years ago

martoio commented 7 years ago

Your HTML is pretty good! To make it even better, you can implement semantic HTML. Here's some links that explain why you use it and some of the elements available:

https://www.w3schools.com/html/html5_semantic_elements.asp http://www.hongkiat.com/blog/html-5-semantics/ https://www.thoughtco.com/why-use-semantic-html-3468271 https://stackoverflow.com/questions/17272019/why-to-use-html5-semantic-tag-instead-of-div

It'll help avoid having a sea of nested divs (some people call this divits).

You do a pretty good job with this, but I think you should check out <section> and <aside>.