I want to make a table looks like this:

The inside table is not an issue but don’t know how to create the outer frame which includes “Item Descriptions”, “Shipping”, and “Returns” tabs. A minimal example would be greatly appreciated. Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could certainly use jQuery to solve this. That’s what I did when I needed some tabs. I did something like:
and then some jQuery to make the tabs:
works pretty nicely for me. Just fill in whatever your content is in each of the divs.