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.
Showing posts with label Add Table. Show all posts
Showing posts with label Add Table. Show all posts

Thursday, March 1, 2012

Make a Table

Every website builder and website owner face some problem to make a table on their website page. And that's why I publish some tips to make a table in website. If you want to make a table with 3 column and 3 row you make it in Microsoft Word. And copy this and past it on your website. Then you will can publish it. see this photos to do this.
















If you cant do this by that method, please follow this method-

<table border="1">
<tr>
<td>row 1, cell 1(Delete this for write your post)</td>
<td>row 1, cell 2
(Delete this for write your post)</td>
</tr>
<tr>
<td>row 2, cell 1
(Delete this for write your post)</td>
<td>row 2, cell 2(Delete this for write your post)</td>
</tr>
</table>


If you need more row and column just type like this-


<tr>
<td>row 3(Change this for more), cell 1
(Delete this for write your post)</td>
<td>row 3(Change this for more), cell 2(Delete this for write your post)</td>
</tr>


Copy and past it in the middle of  <table border="1"> and  </table>





Share this

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

Twitter Delicious Facebook Digg Stumbleupon Favorites More

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