▶ CSS - 1
<style> table thead tr th{color:blue;} table tfoot tr th,table tbody tr td{color:green;} </style>
▶ CSS - 2
<style> th{color:blue;} tfoot tr th,td{color:green;} </style>
<style> table thead tr th{color:blue;} table tfoot tr th,table tbody tr td{color:green;} </style>
<style> th{color:blue;} tfoot tr th,td{color:green;} </style>
・・・JavaScriptは使われていません
sample_STUDY_html_029_A サンプル・ダウンロード