Skip to content

Commit 289cc58

Browse files
/done
1 parent ed979d3 commit 289cc58

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

  • 2-ui/1-document/04-searching-elements-dom/1-find-elements
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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) را در یک پنجره‌ی جدا باز کنید و از ابزارهای مرورگر برای آن استفاده کنید.

0 commit comments

Comments
 (0)