-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
Description
#Why is this Needed?
Helps users identify their current location within the site.
Improves accessibility and navigation flow.
Makes the UI more professional and intuitive.
📋 Possible Implementation
Use JavaScript to dynamically detect the current URL and add an active class to the corresponding nav item.
Alternatively, add logic in each HTML file to manually set the active state.
Apply CSS styling (e.g., underline, color change, bold) to highlight the active link.
@supriya46788 ,I'm GSSOC'25 contributor plz assigned this issue to me