HTML/Attribute/wrap
Aus SELFHTML-Wiki
Das wrap-Attribut legt fest, ob mehrzeilige Texteingaben umgebrochen werden sollen.
erlaubte Werte |
|
---|---|
default-Wert | soft |
erlaubt in | textarea |
Beispiel
<textarea cols="20" wrap="hard">…</textarea>
Es werden Zeilenumbrüche eingefügt.
Siehe auch
- Formulare/textarea
- Vergleiche: In CSS gibt es die Eigenschaft text-wrap mit den Werte
wrap
undnowrap
.
Weblinks
- WHATWG: the wrap attribute
Liste der HTML-Attribute
- Formular-Attribute
- accept
- accept-charset
- action
- autocapitalize
- autocomplete
- autofocus
- checked
- cols
- dirname
- disabled
- enctype
- for
- form
- formaction
- formenctype
- formmethod
- high
- keytype
- list
- low
- max
- maxlength
- method
- min
- minlength
- multiple
- name
- novalidate
- optimum
- pattern
- placeholder
- readonly
- required
- rows
- selected
- size
- step
- type (button)
- type (input)
- value
- wrap
- Universalattribute
- Listen-Attribute
- Medien-Attribute
- Meta-Attribute
- Tabellen-Attribute
- Verweis-Attribute