The HTML Attribute reference.

"rules" - html Attribute

  • specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent.

Value(s): none, groups, rows, cols or all

Possible attribute, rules, values for this element: Used in the element(s):
Attribute value description
none No rules. This is the default value.
groups Rules will appear between row groups (see THEAD, TFOOT, and TBODY) and column groups (see COLGROUP and COL) only.
rows Rules will appear between rows only.
cols Rules will appear between columns only
all Rules will appear between all rows and columns.
Elements Description
table The HTML table model allows you to arrange text, images, links, forms, form fields, other tables, etc. into rows and columns of cells.

© 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.