From b63b1fac4635e3164e041d0fb322a8b051cfc04e Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Thu, 25 Jan 2024 15:00:35 -0800 Subject: [PATCH] Update files/en-us/web/html/element/tr/index.md --- files/en-us/web/html/element/tr/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/files/en-us/web/html/element/tr/index.md b/files/en-us/web/html/element/tr/index.md index b59644f7d63cd2c..e1f2232617115fb 100644 --- a/files/en-us/web/html/element/tr/index.md +++ b/files/en-us/web/html/element/tr/index.md @@ -123,7 +123,6 @@ This example extends the basic table from the [previous example](#basic_row_setu An additional table row (``) is added as the first row of the table with column header cells ({{HTMLElement("th")}}) providing a header for each column. We put this row in a {{HTMLElement("thead")}} grouping element to indicate this is the header of the table. The [`scope`](/en-US/docs/Web/HTML/Element/th#scope) attribute is added to each header cell (``) within this head row to explicitly specify that each header cell relates to all the cells within its own column, even though those cells are in the {{HTMLElement("tbody")}}. - ```html