3 Feb 2013

How To Create A Table In Your Blog Or Website

 

First you have to know some of the following functions:
<table> ...... </ table> script used to initiate your table creation
<tr> ...... </ tr> used to create a row in your table
<td> ..... </ td> used to create a column in your table

Here's an example of the HTML script to create the table as follows

1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4

How


<table border="1px" style="width: 100px;">
<tr>
  <td>1</td>
  <td>2</td>
  <td>3</td>
  <td>4</td>
 </tr>
<tr>
  <td>1</td>
  <td>2</td>
  <td>3</td>
  <td>4</td>
 </tr>
<tr>
  <td>1</td>
  <td>2</td>
  <td>3</td>
  <td>4</td>
 </tr>
<tr>
  <td>1</td>
  <td>2</td>
  <td>3</td>
  <td>4</td>
 </tr>
</table>
 


1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4







yellow means the line
and blue means the column

 

Recent post

Ping your blog, website, or RSS feed for Free Likerr.eu

Contact Us

Name

Email *

Message *