Given this list of data:
a1 a2 a3
b1 b2 b3
How could I tabulate them without using a table? I knew I could use a
<ul> to list one column list, but how about multiple columns?
--
.~. Might, Courage, Vision. In Linux We Trust.
/ v \ http://www.linux-sxs.org
/( _ )\ Linux 2.4.22-xfs
^ ^ 9:10pm up 14 days 13:24 load average: 1.00 1.05 1.08
a1 a2 a3
b1 b2 b3
How could I tabulate them without using a table? I knew I could use a
<ul> to list one column list, but how about multiple columns?
--
.~. Might, Courage, Vision. In Linux We Trust.
/ v \ http://www.linux-sxs.org
/( _ )\ Linux 2.4.22-xfs
^ ^ 9:10pm up 14 days 13:24 load average: 1.00 1.05 1.08
Comment