Update article.md
This commit is contained in:
parent
8806d5b8ec
commit
b93be7398a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Working with forms will be much more convenient when we learn them.
|
|||
|
||||
Document forms are members of the special collection `document.forms`.
|
||||
|
||||
That's a so-called **"named collection"**: it's both named and ordered. We can use both the name or the number in the document to get the form.
|
||||
That's a so-called *"named collection"*: it's both named and ordered. We can use both the name or the number in the document to get the form.
|
||||
|
||||
```js no-beautify
|
||||
document.forms.my - the form with name="my"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue