Skip to content

Commit

Permalink
Merge branch 'update/web-html-element-textarea' of github.com:webdoky…
Browse files Browse the repository at this point in the history
…/content into update/web-html-element-textarea
  • Loading branch information
undead404 committed Apr 7, 2024
2 parents 66d99c1 + 6724a94 commit b4ea09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/uk/web/html/element/textarea/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ textarea:valid {

### Базовий приклад

Наступний приклад демонструє текстову область з заданою кількістю рядів і колонок, певним усталеним вмістом і стилями CSS, що не дають користувачам робити елемент більшим за 500px завширшки і 130px заввишки:
Наступний приклад демонструє текстову область з заданою кількістю рядів і колонок, певним усталеним вмістом і стилями CSS, що не дають користувачам робити елемент більшим за 500px завширшки та 130px заввишки:

```html
<textarea name="textarea" rows="5" cols="15">Напишіть тут щось</textarea>
Expand Down

0 comments on commit b4ea09c

Please sign in to comment.