iFocus.Life News News - Breaking News & Top Stories - Latest World, US & Local News,Get the latest news, exclusives, sport, celebrities, showbiz, politics, business and lifestyle from The iFocus.Life,

Using Tables

106 12

Tabular Data


The best use of tables is to display tabular data on your Web pages. This is the primary function of tables.

Using Tables for Layout


Once you have a good idea of how to use tables, you can use them to align your text precisely and get a layout that you want to have.

For example, many Web pages are designed with tables to put the navigation information on the left side of the page and keep the width of the page narrow for easier reading.


Tables give the Web designer a lot of control over the look and feel of the page.

Decorating Web Pages with Tables


One use of tables is to add pseudo-graphical elements to a page. You can use them as bands of color to break up a page in much the same way that you use horizontal lines.

<table width="100%"><tr><td style="background-color:#c00;"> </td></tr></table>
You can also insert vertical lines in pages to make them more visually attractive. Tables make this easy to do. Simply make a table column next to the line of text you would like to have highlighted in this way. Use the background-color style on the <td> tag and a browser safe color.

<table height="400"><tr><td style="background-color:#c00;"> </td></tr></table>

Other Uses for Tables

  • Put images together seamlessly. You can use tables to put separate images together to appear as one image, like a jigsaw puzzle.
  • Control the width of the page. It is much easier to read a line of text that is about 10 words long, and about 400-500 pixels wide. This use of tables is not recommended. CSS is a better tool for affecting the width of your documents.


  • Call out text using different color backgrounds for that section. This use of tables is not recommended. CSS is a better tool for affecting the background color of text and headlines.
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time
You might also like on "Technology"

Leave A Reply

Your email address will not be published.