English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a bible book on html but can't get a simple reason why to use it. Could someone please help me. Thank you

2006-11-02 02:23:27 · 4 answers · asked by f1avor_f1av 3 in Computers & Internet Programming & Design

4 answers

see a perfect explanation here: http://www.w3schools.com/tags/tag_tbody.asp

mervin, it's time for you to start studying about XHTML. In XHTML, end tag is _never_ optional. And attribute values _must_ always be enclosed with double quotes ("). And XHTML also _must_ use lowercase tags.

2006-11-02 03:48:49 · answer #1 · answered by Lie Ryan 6 · 0 0

The thead, tfoot and tbody elements enable you to group rows in a table. When you create a table, you might want to have a header row, some rows with data, and a row with totals at bottom. This division enables browsers to support scrolling of table bodies independently of the table header and footer. When long tables are printed, the table header and footer information may be repeated on each page that contains table data.

The header and footer would stay in a fixed position, and you could scroll through the contents of the tbody.

2006-11-02 02:49:08 · answer #2 · answered by horrorbusiness 1 · 0 0

This Site Might Help You.

RE:
HTML - What is the TBODY tag used for?
I have a bible book on html but can't get a simple reason why to use it. Could someone please help me. Thank you

2015-08-06 14:49:39 · answer #3 · answered by Anonymous · 0 0

The TBODY element defines a group of data rows in a table. A TABLE must have one or more TBODY elements, which must follow the optional TFOOT. The TBODY end tag is always optional. The start tag is optional when the table contains only one TBODY and no THEAD or TFOOT

For example :





































Weekday Date Manager
Monday 09/11/2000 Kelsey
Tuesday 09/12/2000 Lindsey
Wednesday 09/13/2000 Randy
Thursday 09/14/2000 Susan
Friday 09/15/2000 Randy
Saturday 09/16/2000 Lindsey
Sunday 09/17/2000 Susan
Monday 09/18/2000 Melody
Tuesday 09/19/2000 Christiane
Wednesday 09/20/2000 Symphony
Thursday 09/21/2000 Starflower
Friday 09/22/2000 Miko
Saturday 09/23/2000 Cleo
Sunday 09/24/2000 Alyx
Monday 09/25/2000 Dancing Star
Tuesday 09/26/2000 Dawn
Wednesday 09/27/2000 Josh
Thursday 09/28/2000 Ryan
Friday 09/29/2000 Mary Kay
Saturday 09/30/2000 Hallie
Sunday 10/01/2000 Paul

2006-11-02 02:47:48 · answer #4 · answered by life goes on... 2 · 0 0

fedest.com, questions and answers