Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

change div navigation to semantic html header tag#19

Open
lilmubby wants to merge 2 commits intoCBStudentCommunity:mainfrom
lilmubby:semantic-html
Open

change div navigation to semantic html header tag#19
lilmubby wants to merge 2 commits intoCBStudentCommunity:mainfrom
lilmubby:semantic-html

Conversation

@lilmubby
Copy link

changed the div with the id 'nav' which wraps around navigation items to a header>nav>ul>li+a, which is easy to read and debug
example

-<div id='nav'> <div><a><a/></div></div>
+<header><nav><ul><li><a></a></li></ul></nav></header>

added a custom value to all div elements. Included the custom class name in the div reset CSS declaration

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant