HTML Table Example

Practice interacting with an HTML table.

HTML Tables

Many web sites now use nested divs and complicated HTML to represent tabular data but for simple mult-column data lists you can't beat an HTML table.

This table has headers and columns.

Only the table itself has an id so you'll have to use a variety of techniques to pull the information out of the table and check it against your expected results.

The table is not dynamic so you don't have to worry about any synchronization.

Help keep this site free by joining our Patreon Membership site. Membership costs as little as $1 a month and includes access to exclusive e-books and online training courses.