Leakbali
w3 Tutorial, Web Tutorial
Register   Login
Share

Tables 


Tables are defined with the <table> tag.

A table is divided into rows (with the <tr> tag), and each row is divided into data cells (with the &tl;td&tg; tag). td stands for "table data," and holds the content of a data cell. A &tl;td&tg; tag can contain text, links, images, lists, forms, other tables, etc.

Table Example:

<table>
<tr>
<td>Color>/td><td>Black</td>
</tr>
<tr>
<td>Color>/td><td>White</td>
</tr>
<tr>
<td>Fruits</td><td>Apple</td>
</tr>
<tr>
<td>Fruits</td><td>Strawberry</td>
</tr>
</table>
The HTML Code above looks in browser:
ColorBlack
ColorWhite
FruitsApple
FruitsStrawberry
More Tutorial
  1. HTML - Tables
  2. HTML - Border Attribute
  3. HTML - Table Header
  4. HTML - Table Tags

References

About Us

Home
About Us
Contact Us
Sitemap

Tools

Google PageRank
Alexa Rank
Keywords Density

Accounts

Register Account
Login
Valid XHTML 1.0 TransitionalValid CSS!
Web Directory


2006 - 2012 © Leakbali.com - Free Web Tutorial, Free Web Articles, Web Sharing, Source Codes, Web References