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://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