中定義。元素。透過使用 THEAD 元素,您可以將表格標題行分組,並指定它們應在列印文件的每一頁上重複。 範例
@page {
thead { display: table-header-group; }
}
此 CSS 規則將 thead 元素的顯示屬性設為 table-header-group。當 thead 設定為 table-header-group 時,瀏覽器可確保列印文件的每一頁上都重複表格標題行。
參考
參考有關THEAD 元素的更多信息,請參閱官方文檔: [https://developer.mozilla.org/en-US/docs/ Web/HTML/Element/thead](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/thead)