I need assistance with a challenge I am facing. I have created a table using HTML tags, and now I want to add a vertical scrollbar to the browser without affecting the table's header. The data in the table should move when the vertical scrollbar is used, but not the header. If the horizontal scrollbar is moved, both the header and data should scroll together. I believe I may need to utilize JavaScript or JQuery for this task. Since I am new to web design, I would greatly appreciate any guidance on how to achieve this. Thank you.