HTML/Attribute/rows
Aus SELFHTML-Wiki
Das Attribut rows bestimmt die Anzahl der angezeigten Reihen und damit die Höhe des Textfelds.
erlaubte Werte |
ganze Zahl |
---|---|
default-Wert | |
erlaubt in | textarea |
Beispiel
<textarea name="user_eingabe" cols="50" rows="10"></textarea>
Die textarea hat 10 Zeichen Höhe, es kann jedoch mehr Text eingegeben werden.
Siehe auch
Weblinks
- WHATWG: the rows 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