Computer Science, asked by sushilrathee123, 6 months ago

Write the HTML code for the
HTML table
follo
lowing
B
A
CD
4​

Answers

Answered by iammrjoker
0

here is your answer:-

<!DOCTYPE html>

<html>

<body>

<table>

<tr>

   <td>b</td>

  </tr>

<tr>

   <td>a</td>

   </tr>

   <tr>

   <td>cd

   </td>

   </tr>

   <tr>

   <td> 4</td>

   </tr>

</table>

</body>

</html>

Similar questions
Math, 3 months ago