File: table11.html

package info (click to toggle)
xmhtml 1.1.10-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,296 kB
  • sloc: ansic: 70,372; makefile: 480; sh: 176; perl: 36
file content (20 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<body>
	<table cellspacing=0 rowspacing=0>

	<tr valign="top">
		<td align=left>XmDISABLED
		<td align=center>XmFAST
		<td align=right>XmQUICK
		<font color="red">Same as previous row, but this time reversed. This
		cell should span two columns.</font>
	</tr>

	<tr valign="top">
		<td><div align="left" color="red"><b>LEFT</b></div>
		<td><div align="center" color="blue"><b>CENTER</b></div>
		<td><div align="right" color="darkgreen"><b>RIGHT</b></div>
	</tr>
	</table>
</body>
</html>