Merge pull request #2188 from joaquinelio/patch-1

assign "it"
This commit is contained in:
Ilya Kantor 2020-10-12 13:00:02 +03:00 committed by GitHub
commit 1431a2552e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -413,7 +413,7 @@ In most cases, we expect the text from a user, and want to treat it as text. We
The "hidden" attribute and the DOM property specifies whether the element is visible or not.
We can use it in HTML or assign using JavaScript, like this:
We can use it in HTML or assign it using JavaScript, like this:
```html run height="80"
<div>Both divs below are hidden</div>