Skip to content

Commit ddab01d

Browse files
Oleksandr Onufrienkolex111
andauthored
Update 2-ui/2-events/01-introduction-browser-events/02-hide-self-onclick/task.md
Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
1 parent 1260ca3 commit ddab01d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 2-ui/2-events/01-introduction-browser-events/02-hide-self-onclick

2-ui/2-events/01-introduction-browser-events/02-hide-self-onclick/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ importance: 5
88

99
```online
1010
Например:
11-
<input type="button" onclick="this.hidden=true" value="Нажми, чтобы спрятать">
11+
<input type="button" onclick="this.hidden=true" value="Нажмите, чтобы спрятать">
1212
```

0 commit comments

Comments
 (0)