Jak skrócić tekst tekstu w HTML

just use

textarea {
    width: 200px;
}

or 

input[type="text"] {
    width: 200px;
}
Funny Fowl