Duration: 18:31 minutes
Summary: In this video, we will talk about applying CSS to tables. As you know tables still play an important role in html pages. In many cases you need to style those tables in a way to bring attention to the user. Many of the properties that you used to use in previous versions of HTML are now deprecated in HTML 5. We will start by creating a table and adding some data to it. Then, we will set some of the table CSS properties one at a time and see the impact on the table. We will handle the padding, text alignment, and border. We will also see how to style the rows using the power of last-child and nth-child.
Technologies and Resources: CSS, HTML, Notepad++, CSS3, background-color, border-top, border-bottom, border-collapse, border, padding, text-align, white-space, border-right, last-child, nth-child.