creating table in html
<html> <head> <title>table tag</title> </head> <body> <table border="1"cell spacing="5" cell padding="5" bgcolourr="silver"width="400"> <tr> <th colspan="4">staff Record</th> </th> <tr> <th>Sn</th> <th>Name</th> <th>Adderss</th> <th>Contact Number</th> </th> <tr> <td>1</td> <td>Garib Chand</td> <td>Dang</td> <td>65464684</td> </td> <tr> <td>2</td> <td>Amir Chand</td> <td>Dang</td> <td>65464684</td> </tr> </table>
No comments:
Post a Comment