Sryma / Tea-cozy

https://sryma.github.io/Tea-cozy/
0 stars 0 forks source link

Important! #2

Open Tooconfident opened 7 years ago

Tooconfident commented 7 years ago

https://github.com/Sryma/Tea-cozy/blob/master/index.html#L15-L21

Check out the html5 element <nav>. This has been created to replace the need of a div and list elements. Also if you are going to use a div for your navigation bar, giving it a semantic class or id name like "nav" or "navigation" is easier to understand than "child_1".

https://www.w3schools.com/html/html5_semantic_elements.asp

Sryma commented 7 years ago

Tooconfident,

Thanks for your great review. I will definitely work on those mistakes that you mentioned here.