DEV Community

Cover image for HTML Tables w CSS Styling
FollowAndrew
FollowAndrew

Posted on

HTML Tables w CSS Styling

It's just a matter of time until you'll need to create tables in HTML. While we no longer use them for layout, they are still used extensively in web design for well.. tabular data.

In this tutorial we'll cover everything from the basics of HTML tables to spans, to css styling!

Subscribe To The Channel!

Video Timestamps & Topics Covered

00:00​ - Intro
01:00​ - Rows & Data Cells
02:48​ - Spans (merge cells)
04:01​ - Cell Alignment (vertical & horizontal)
04:46​ - Table Header, Body, & Footer
05:25​ - Cell Padding & Cell Spacing
06:23​ - Table Width & Height
07:22​ - Nested Tables
08:16​ - Deprecated Table Attributes
08:52​ - Real World Table HTML
13:21​ - Real World Span
18:02​ - Real World CSS Styling of Tables
28:47​ - El Fin

Top comments (0)