HTML element: Difference between revisions

Content deleted Content added
Added content
Tags: Reverted Mobile edit Mobile web edit
Fixed
Tags: Reverted possibly inaccurate edit summary Mobile edit Mobile web edit
Line 36:
<table>
 
<caption style-
=color:red>EMPLOYEE</caption>
 
<tr>
 
<th>E.No.</th><th> Name of
Employee</th> <th>Salary</th>
 
</tr>
<tr>
 
<td> 1</td><td>Ashima</td><td> 70000</td>
<tr>
70000</td>
 
</tr>
<td> 1</td><td>Ashima</td><td> 70000</td>
 
</tr>
 
<td> 2</td><td>Prerna</td><td> 80000</td>
<tr>
80000</td>
 
</tr>
<td> 2</td><td>Prerna</td><td> 80000</td>
 
</tr>
 
<td> 3</td><td>Kusum</td><td>68000</td>
<tr>
<td>68000</td>
 
</tr>
<td> 3</td><td>Kusum</td><td>68000</td>
 
</trtable>
 
</table>
 
</body>