.....
The Web
MINDBLOWING WALLPAPER DOWNLOAD BOLLYWOOD HEARTTHROB FLOWER NATURE BIKE CARTOON












TOP 10 WEB HOSTING


BlueHost review

Hosting Rating #1

$6.95

$3.95

HostMonster review

Hosting Ranking #2

$6.95

$3.95

JustHost review

Host Rating #3

$6.95

$3.45

HostGator review

Hosting Ranking #4

$4.95

IXWebHostingreview

Hosting Rating #5

$3.95

Fatcow review

Host Ranking #6

$7.33

$3.67

GreenGeeks review

Hosting Rating #7

$4.95

Arvixe review

Hosting Ranking #8

$4.00

Yahoo Web Hosting

Host Rating #9

$7.46

1and1 hosting review

Hosting Ranking #10

$3.99










 

TABLE


<table> : This tag is used to create a table.

<th>: This tag is used to specify the different headings in the table.

<td>: This tag is used to specify the data in different cells.

<tr>: This tag is used to specify a ROW in a table.

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The <table> tag is supported in all major browsers.


Example:

<html>
<body>

<table border="1">
  <tr>
    <th>Month</th>
    <th>Savings</th>
  </tr>
  <tr>
    <td>January</td>
    <td>$100</td>
  </tr>
</table>

</body>
</html>

How the HTML code above looks in a browser:

Month Savings
January $100



cellpadding: This attribute creates a space between the cell border and the text within it.

<html>
<body>
<table border=1 bordercolor="yellow" cellpadding=6 width=100%>
<tr>
<th>item</th>
<th>Price</th>
</tr>
</body>
</html>

How the HTML code above looks in a browser:
Try it in your own.

Previous                                                                          Next







Today, there have been 1 visitors (23 hits) on this page!
This website was created for free with Own-Free-Website.com. Would you also like to have your own website?
Sign up for free