Customize your website by collect HTML, JAVA, CSS, FBML, CHAT CODE, ASCII CODE, COLOUR CODE, MAP CODE, ONLINE CODE, CONTACT US CODE, SIGN IN CODE etc with installation methode. Use HTML/JAVA/CSS CODE box to install those. If need help mail me: mhaqueshaon@gmail.com or Skype: shaon.bd1 or Phone +88 01675 209124. You can also order for new web design with free Domain and Hosting.

Tuesday, July 19, 2011

Add Table by HTML

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 <td> tag). td stands for "table data," and holds the content of a data cell. A <td> tag can contain text, links, images, lists, forms, other tables, etc.

The code is:

<table border="1">
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>


It look like this:





Table with Header:

The code is:

<table border="1">
<tr>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table> 


It looks like this: 







Some Table Tag's are here:

 >>TAG<<                       >>Description<<
 <table>                          Defines a table
<th>                               Defines a table header
<tr>                               Defines a table row
<td>                              Defines a table cell
<caption>                       Defines a table caption
<colgroup>                     Defines a group of columns in a table, for formatting
<col />                            Defines attribute values for one or more columns in a table
<thead>                          Groups the header content in a table
<tbody>                          Groups the body content in a table
<tfoot>                            Groups the footer content in a table

Share this

0 comments:

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by M Haque Shaon | Bloggerized by Siam Webs - Online Works | English Quran