From the course: CSS: Display

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Table, inline-table, and its internal structures

Table, inline-table, and its internal structures - CSS Tutorial

From the course: CSS: Display

Start my 1-month free trial

Table, inline-table, and its internal structures

- [Instructor] In terms of markup in HTML table is about as complicated as things get. There are so many different tags that are used inside of a table, and they have a very specific way in which they can be nested. And every single one of those tags has its own special display value. So I'd like to go through those right now, but first of all let me just point you to my course on tables. My, the course is called HTML Tables. It's available here at LinkedIn Learning and it will walk you through the process of marking up a table, styling it and making it responsive. And if you don't have a background in how to put together a table this is the best place to start because I don't have time to walk you through all of the table tags and exactly how they're nested in this example. But for now, I've actually taken to code from that course. And I've used it here as my example just so you can see how this is put together.…

Contents