Open martoio opened 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>.
<section>
<aside>
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>
.