Skip to content

Commit 61b7310

Browse files
Kirill255lex111
andauthored
Update 2-ui/4-forms-controls/4-forms-submit/article.md
Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
1 parent 25942f6 commit 61b7310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2-ui/4-forms-controls/4-forms-submit/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
```html autorun height=60
4040
<form onsubmit="alert('submit!');return false">
41-
<input type="text" size="30" value="При нажатии Enter будет click">
41+
<input type="text" size="30" value="Установите фокус здесь и нажмите Enter">
4242
<input type="submit" value="Отправить" *!*onclick="alert('click')"*/!*>
4343
</form>
4444
```

0 commit comments

Comments
 (0)