Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions
 Discussion Forums
 HTML, XML, JavaScript...
 Software Reviews
 Editors,Others...
 Top100
 JavaScript Tutorials, ...
 Tutorials
 ASP, CSS, Databases...
 Discussion List
 FAQ, Roundup, Configure ...
 Authoring
 HTML, JavaScript, CSS...
 Design
 Layout, Navigation,...
 Graphics
 Tools, Colors, Images...
 Software
 Browsers, Editors, XML...
 Internet
 Domains, E-Commerce, ...
 WDVL Resources
  Intermdiate, Tutorials,...
 WDVL
 Discussion Lists, Top 100,...
 Technology Jobs


WDVL Newsletter

Active Server Pages
JSP/Java Servlets
Microsoft SQL Server
Daily Backup
Dedicated Servers
Streaming Audio/Video
24-hour Support    

jobs.webdeveloper.com

Hiermenus


e-commerce
Partner With Us
Shop Online
Find Software
Dental Insurance
Web Design
Boat Donations
Online Education
Best Price
GPS
Promos and Premiums
Cell Phones
Logo Design
Imprinted Gifts
Online Shopping
Computer Deals

Developer Channel
FlashKit.com
JavaScript.com
JavaScriptSource
Developer Jobs
ScriptSearch
StreamingMediaWorld
Web Developer's Journal
Web Developer's Virtual Library
WebDeveloper.com
Webreference
Web Hosts
XMLfiles.com

internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


Just because Web sites are easy to build these days, that doesn't mean it's easy to build a quality Web site that meets your business objectives.

Before developing your next Web site, or redesigning an existing site, download this Internet.com eBook to guide you through the process and plan your project, whether you're developing a site in-house or outsourcing the project.
Register now for your free Internet.com membership to download your complimentary eBook. Membership will also give you access to:

eBook library         Whitepapers         Webcasts
Newsletters         WinDrivers
Top 10 Articles
  1. Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions
  2. JavaScript Tutorial for Programmers
  3. Design
  4. JavaScript Tutorial for Programmers - Objects
  5. JavaScript Tutorial for Programmers - JavaScript Grammar
  6. JavaScript Tutorial for Programmers - Versions of JavaScript
  7. Cascading Style Sheets
  8. JavaScript Tutorial for Programmers - Embedding JavaScript
  9. JavaScript Tutorial for Programmers - Functions
  10. Authoring JavaScript
Domain Name Lookup
Search to find the availability of a domain name. Just enter the complete domain name with extension (.com, .net, .edu)

HTML Tables

Tables arrange data -- text, preformatted text, images, links, forms, form fields, other tables, etc. -- into rows and columns of cells. They're often used for page layout, but the trend now should be towards using style sheets for that. Using tables for layout may create problems when rendering to non-visual media. Also, when used with graphics or pre-formatted text, tables may force users to scroll horizontally.

An Example
a b
c d


<Table border=2 align=right>
<caption>
    <a href="example.html">An Example</a>
</caption>
    <tr> <th> a </th> <th> b </th> </tr>
    <tr> <th> c </th> <td> d </td> </tr>
</Table>
  • Tables start with an optional caption followed by one or more rows. <tr> ... </tr>

  • Each row is formed by one or more cells, which are differentiated into header <th> ... </th> and data cells <td> ... </td>

  • Cells can be merged across rows and columns.

  • The model provides limited support for control over appearance, for example horizontal and vertical alignment of cell contents, border styles and cell margins.

TABLE
The TABLE attributes are all optional. By default, the table is rendered without a surrounding border. The table is generally sized automatically to fit the contents, but you can also set the table width using the WIDTH attribute. BORDER, CELLSPACING and CELLPADDING provide further control over the table's appearence.

CAPTION
The CAPTION element provides a short description of the table's purpose. They are rendered at the top or bottom of the table depending on the optional ALIGN attribute. A longer description may also be provided (via the summary attribute) for the benefit of people using speech or Braille-based user agents.

Rows
Each table row is contained in a TR element, although the end tag can always be omitted (in principle; some browsers don't handle this well). Table rows may be grouped into head, foot, and body sections, (via the THEAD, TFOOT and TBODY elements, respectively). Row groups may be rendered by user agents in ways that emphasize this structure. User agents may exploit the head/body/foot division to support scrolling of body sections independently of the head and foot sections. When long tables are printed, the head and foot information may be repeated on each page that contains table data.

Columns
You may also define columns groups to provide information that may be exploited by user agents. You may declare column properties at the start of a table definition (via the COLGROUP and COL elements) in a way that enables user agents to render the table incrementally than having to wait for all the table data to arrive before rendering.

Cells
are defined by TD elements for data and TH elements for headers. Like TR, these are containers and can be given without trailing end tags (in principle; some browsers don't handle this well). TH and TD support several attributes: ALIGN and VALIGN for aligning cell content, ROWSPAN and COLSPAN for cells which span more than one row or column. A cell can contain a wide variety of other block and text level elements including form fields and other tables. Tables can contain a wide range of content, such as headers, lists, paragraphs, forms, figures, preformatted text and even nested tables.

Table Tutorial

Page Layout

W3C: Tables in HTML documents

Advanced HTML Tables



Up to => Home / Authoring / HTML


Access FREE Novell Tools:
Tool: Online TCO Calculator
See how migrating from Solaris to SUSE* Linux Enterprise Server from Novell* delivers all the reliability, performance and scalability of Solaris for up to 75% less.
Whitepaper: The Trend from UNIX to Linux in SAP Data Centers
Realize high platform-related cost savings in a business-critical SAP landscape with high-availability requirements by moving to Linux.


Jupiter Online Media: internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and Jupiter Online Media

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Web Hosting | Newsletters | Tech Jobs | Shopping | E-mail Offers