The HTML Attribute reference.

"rows" - html Attribute

  • Specifies rows for a frameset element or a textarea element.

Value(s): look at details for each element.
Used in the element(s):
Elements Description
frameset The element is a frame container for dividing a window into rectangular subspaces called frames.Attribute, rows, usage:
  • Specifies the layout of horizontal frames. It is a comma-separated list of pixels, percentages, and relative lengths.
  • The default value is 100%, meaning one row.
textarea This element is used in forms to get multiple lines of text from the user.Attribute, rows, usage:
  • Specifies the number of visible text lines. Users should be able to enter more lines than this, so user agents should provide some means to scroll through the contents of the control when the contents extend beyond the visible area.

© 2010 by Finnesand Data. All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the correctness in the pages or source codes.
The risk of using this web-site pages or any program codes from this website is entirely at the individual user.