Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>text-overflow: &lt;string&gt; in a textarea that becomes narrower</title>
<style>
textarea {
width: 100px;
white-space: nowrap;
/* text-overflow: clip; is default */
}
</style>
<textarea>aaaaaaaaaaaaaaaa</textarea>