Tuesday 8 November 2011

Table tags

Table tags

<table>
<tr>- it is Table Row
<td>-it is Table Data
It is a Code:
Its is a One Row with Border
<table border="1"><tbody>
<tr> <td>Sample Text</td> </tr>
</tbody></table>


It is Row with no Border
<table border="0"><tbody>
<tr> <td>Sample Text</td> </tr>
</tbody></table>
It is a column with no border

<table border="0"><tbody>
<tr> <td>Table 1</td> <td>table 2</td> </tr>
</tbody></table>

It is Called Column with border
<table border="1"><tbody>
<tr> <td>Table 1</td> <td>table 2</td> </tr>
</tbody></table>


This is The Result:

Sample Text
Its is a One Row with Border

Table 1
Table 2
It is Two row

Table 1 table 2
It is Called Column with border
Table 1 table 2
It is a column with no border

Sample text2
Sample Text
It is Row with no Border

No comments:

Post a Comment

What is Information Technology?

Information Technology, or IT,
-is the study, design, creation, utilization, support, and management of computer-based information systems, especially software applications and computer hardware.
IT is not limited solely to computers though. With technologies quickly developing in the fields of cell phones, PDAs and other handheld devices, the field of IT is quickly moving from compartmentalized computer-focused areas to other forms of mobile technology.