diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-tables/672a4e04a24858778f57ebfe.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-tables/672a4e04a24858778f57ebfe.md index 00823ca5e9b..7a91f301f94 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-working-with-tables/672a4e04a24858778f57ebfe.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-tables/672a4e04a24858778f57ebfe.md @@ -10,6 +10,111 @@ dashedName: what-are-html-tables-used-for Watch the video lecture and answer the questions below. +# --transcript-- + +What are HTML tables used for, and what should they not be used for? + +HTML tables aren't used as much these days as they used to be. But, as a frontend developer, you should still be familiar with them. Tables are one of the earliest ways devs had for displaying data in a browser way back in the 1990s. + +Here's an example of code used to generate a table from the U.S. Bureau of Labor Statistics: + +```html +
| Quick Facts: Software Developers, Quality Assurance Analysts, and Testers | +|
|---|---|
| 2023 Median Pay | +
+ $130,160 per year
+ $62.58 per hour + |
+
| Typical Entry-Level Education | +Bachelor's degree | +
| Work Experience in a Related Occupation | +None | +
| On-the-job Training | +None | +
| Number of Jobs, 2022 | +1,795,300 | +
| Job Outlook, 2022-32 | +25% (Much faster than average) | +
| Employment Change, 2022-32 | +451,200 | +
| If this table had a footer it would be here. | +|
| The title of this table | +|
|---|---|
| First Row | ++ First Data Cell + | +
| Second Row | ++ Second Data Cell + | +
| The footer of this table, which might contain date of publication, author credits, or other meta information. | +