We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8806d5b commit b93be73Copy full SHA for b93be73
2-ui/4-forms-controls/1-form-elements/article.md
@@ -8,7 +8,7 @@ Working with forms will be much more convenient when we learn them.
8
9
Document forms are members of the special collection `document.forms`.
10
11
-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.
12
13
```js no-beautify
14
document.forms.my - the form with name="my"
0 commit comments