File tree Expand file tree Collapse file tree
2-ui/1-document/04-searching-elements-dom/1-find-elements Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- importance : 4
1+ اهمیت : 4
22
33---
44
5- # Search for elements
5+ # جستجوی elementها
66
7- Here's the document with the table and form.
7+ اینجا document مربوط به table و form را میبینیم.
88
9- How to find?...
9+ چگونه پیدا کنیم؟
1010
11- 1 . The table with ` id="age-table" ` .
12- 2 . All ` label ` elements inside that table (there should be 3 of them).
13- 3 . The first ` td ` in that table (with the word "Age").
14- 4 . The ` form ` with ` name="search" ` .
15- 5 . The first ` input ` in that form.
16- 6 . The last ` input ` in that form.
11+ 1 . جدول با شناسهی ` id="age-table" ` .
12+ 2 . تمام ` label ` های درون آن table (باید سه تا باشند)
13+ 3 . اولین ` td ` درون آن table (با کلمهی "Age")
14+ 4 . ` form ` با ` name="search" `
15+ 5 . اولین ` input ` در آن فرم
16+ 6 . آخرین ` input ` در آن فرم
1717
18- Open the page [ table.html] ( table.html ) in a separate window and make use of browser tools for that.
18+ صفحهی [ table.html] ( table.html ) را در یک پنجرهی جدا باز کنید و از ابزارهای مرورگر برای آن استفاده کنید.
You can’t perform that action at this time.
0 commit comments