Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Developing a table.

I know how to develop a table in html but my question is, How can you develop a table to always look nice. What I mean by this is I want to grab information off a server. Now how much information will vary depending on how many people take the survey. At most the table could have 4 columns but it usually has only 2. How can I design the table to look nice when it is filled to the max of 4 columns?

1 Answer

Héctor Muñoz
Héctor Muñoz
18,383 Points

Hi @bryanfischbach,

I would have a look to Bootstrap 3 to see how they style responsive tables and grids...

Regards!