Merge pull request #1458 from javascript-tutorial/paroche-patch-2
Update article.md
This commit is contained in:
commit
c2d8a8b6d7
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ Till now we described the basic navigation properties.
|
||||||
|
|
||||||
Certain types of DOM elements may provide additional properties, specific to their type, for convenience.
|
Certain types of DOM elements may provide additional properties, specific to their type, for convenience.
|
||||||
|
|
||||||
Tables are a great example and a particularly important case for that.
|
Tables are a great example, and a particularly important case.
|
||||||
|
|
||||||
**The `<table>`** element supports (in addition to the given above) these properties:
|
**The `<table>`** element supports (in addition to the given above) these properties:
|
||||||
- `table.rows` -- the collection of `<tr>` elements of the table.
|
- `table.rows` -- the collection of `<tr>` elements of the table.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue