473 B
473 B
importance: 4
Search for elements
Here's the document with the table and form.
How to find?
- The table with
id="age-table"
. - All
label
elements inside that table (there should be 3 of them). - The first
td
in that table (with the word "Age"). - The
form
with the namesearch
. - The first
input
in that form. - The last
input
in that form.
Open the page table.html in a separate window and make use of browser tools for that.