Computer Science, asked by Nishtha4567, 7 months ago

please give answer I will mark you brainlist other wise I will report your answer do not comment in answer​​

Attachments:

Answers

Answered by Sidra1103
1

Answer:

<html>

<style>

 table, th, td {

 border: 1px solid black;

 border-collapse: collapse;

}

</style>

<table>

 <tr>

   <th>Sr. No. </th>

   <th>Employee</th>

   <th>Age</th>

 </tr>

 <tr>

   <td>S101</td>

   <td>Fiza</td>

   <td>34</td>

 </tr>

 <tr>

   <td>S102</td>

   <td>Aman</td>

   <td>41</td>

 </tr>

<tr>

   <td>S103</td>

   <td>Divyanshi</td>

  <td>40 </td>

</tr>

</table>

</html>

Similar questions