How to open new content right side

As you can see there are tabs on left side . How can i do something like whenever i click on a icon on right side a new page should be opened
1 Reply
Mannix
Mannixβ€’11mo ago
Kevin Powell
YouTube
Create Accessible Tabs with HTML, CSS & JS
Creating tabs takes a bit of work, and making sure they’re accessible can be a little tricky. First, you should ask if you even need tabs in the first place, but assuming you do, this video looks at creating some progressively enhanced tabs. πŸ”— Links βœ… The finished code: https://codepen.io/kevinpowell/pen/oNQgRKm βœ… Accessibility guidelines for ...