Monday, 30 September 2013

how to create a table using html

hello friends

friends to show a better and manner understanding you use table and charts
so friends i will tell you how to create a table in html

friends
you have to write following code-
<html>
<head>
<title> my page</title>
<body>
<table border="2">
<tr>
<td>name</td>
<td>age</td>
</tr>
<tr>
<td>chetan</td>
<td>20</td>
</tr>
</body>
</head>
</html>
output of following code 

Thank you

No comments:

Post a Comment