Duration: 20 minutes
Summary: In this video, we will learn about styling tables. We will start by creating a table that contains technologies and years of experience. Then we will add a style section and start experimenting with the properties available. There are many properties that affect the header and the table data. For example, we will discuss the border, height, and padding. We will also see how to change the background color and text alignment. There are also specific properties for the table caption. Toward the end we will discuss how to place some styles in a separate file and import that file into the current style. This is a good way to divide the styles into more meaningful sections. Now we can import many styles pages into one page and link that final page to the HTML page.
Methodology: Using simple examples to illustrate the key points.
Technology Used: CSS, HTML and Visual Studio 2010
Keyword: CSS, HTML, Visual Studio 2010, border, height, padding, background-color, text-align, vertical-align, caption-side, border-collapse, width.