Section change on click
I want to work on a project like this in the attached video when click on a tab than content in section should change how can i achieved this functionality..
Thanks..
4 Replies
can i do this using bootstrap
i cant even see what this is
sorry let me tell you .There is tabs on left side when click on a tab than the content in the section is changed all the other things remain same
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 ...