<table>
27 Jan 2009, dilip Comments:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1" />
<title>This is the title of Your Page </title>
</head>
<body bgcolor="#eaf1ff" >
<table width='100%' border="1 px">
<tr>
<td>
<img src="http://dilipkumar.in/images/badrinath1.jpg" alt="Badrinath">
</td>
<td>
Badrinath is one of the chardhams and is situated on the himalayas in a beauty full valley between nara and narayana peaks.
The snow capped mountains the scenery around is really mesmirisng.
</td>
</tr>
</body>
</html>
Copy paste the above code in your favourite editor(either a simple notepas or Macromedia dreamweaver) and save as... something.html . And open the file with your browser. If you are connected to internet the image of Badrinath will be diplayed in our browser in a table with two columns in one column the image and in other column the text.

Table tag is one of the favourites
of designers. With table tag the layout of page can be done. Like header three column text, the mid colum the body part etc.. Few attributes of table
tag are explained below.. For any doubts clarrifications you can add in the comments below or discuss in our webdesigning forums
- width - the value of this attribute can be in pixels , %
etc.., it sets the value of the table.
- border- it can be set to 1 pikel like border='1 px' the border color attribute is not
supported by some browsers like opera.
- rowspan and colspan - sometimes we may require to club some rows or some columns according to
the need like we may need to place header. For that these attributes may be helpful and are useed with <td> and <tr>
tags
More Information will be added soon.. Your comments are very much required. Thank You

