Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: Table at top of page

"CEFM" <charles.freesmelvin@gmail.com> wrote:

>what does the <tbody> tag do?

It defines a table body. All tables have at least one tbody and also
an optional thead and optional tfoot. The presence of a tbody is
implied so if you only have one table body in your table you can omit
the tbody start and end tags.

See http://www.w3.org/TR/html401/struct/tables.html#edef-TBODY

	Steve

-- 
"My theories appal you, my heresies outrage you, 
 I never answer letters and you don't like my tie."  - The Doctor

Steve Pugh        <steve@pugh.net>        <http://steve.pugh.net/>

[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index