Welkom bij voorbeelden

voorbeeld rules attribuut

<html>
<body>
<table
rules="none" bgcolor="#c8b2f9" border="0">
<tr>
<th>
kop 1</th>
<th>
kop 2</th>
</tr>
<tr>
<td>
cel 1</td>
<td>
cel 2</td>
</tr>
<tr>
<td>
cel 3</td>
<td>
cel 4</td>
</tr>
</table>
</body>
</html>

rules=none
cel 1 cel 2
cel 3 cel 4
rules=groups
cel 1 cel 2
cel 3 cel 4
rules=rows
cel 1 cel 2
cel 3 cel 4
rules=cols
cel 1 cel 2
cel 3 cel 4
 
rules=all
cel 1 cel 2
cel 3 cel 4
  •  In IE wordt het rules attribuut slechts ondersteund vanaf versie 9 !
  •  In Chrome en Safari wordt het rules attribuut niet correct getoond !
terug
Valid XHTML 1.0 Transitional