/project-root │ ├── index.html # Main HTML page ├── dashboard.html # Linked dashboard page ├── calendar.html # Linked calendar page ├── profile.html # Linked profile page │ ├── style.css # Styling ...
nav: We can choose between nav and aside tag to make the menu but in this case, the best option is nav, since this element is specific for navigation.