Skip to content

Commit

Permalink
Update files/en-us/web/html/element/tr/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle authored Jan 25, 2024
1 parent a3b1021 commit b63b1fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/en-us/web/html/element/tr/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ This example extends the basic table from the [previous example](#basic_row_setu

An additional table row (`<tr>`) 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 (`<th>`) 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
<table>
<tr>
Expand Down

0 comments on commit b63b1fa

Please sign in to comment.