Приглашаем посетить
Черный Саша (cherny-sasha.lit-info.ru)

Creating Selectors to Style a Table

Previous Page
Table of Contents
Next Page

Creating Selectors to Style a Table

To style this table and its content, you will use eight selectors as shown in Listing 14.8.

Listing 14.8. CSS Code Showing the Selectors for Styling the Table
caption {...}
table {...}
th, td {...}
tr {...}
thead th {...}
tbody th {...}
tr.alternate {...}
tr.alternate th ... }


Previous Page
Table of Contents
Next Page