Monday, 25 June 2012

EXAMPLE FOR TABLE IN HTML

EXAMPLE FOR TABLE IN HTML

<html>
<head>
        <title>TAbles</title>
</head>
<body>
<center>
<font size=7 color=brown>
<h1>MY COLLEGE</h1>
</font>
<table border=3 align="center" bgcolor="blue">
<caption><h3>fee details</h3></caption>
<tr>
<th>student rollnumber</th>
<th>total amount</th>
<th>balance amount>/th>
</tr>
<tr>
<td>420</td>
<td>2300</td>
<td>1000</td>
</tr>
</table>
</body>
</html>    

copy this total program and paste in notepad and after u save with filename.html and open it on web browser

No comments:

Post a Comment