0

I have tried to create a table using normal html.

<table>
 <tr>
   <td> Hello </td>
 </tr>
</table>

But, currently, i have a task to insert a form element without affecting the table structure. so it looks like this

<table>
 <tr>
   <form><td>hello</td></form>
 </tr>
</table>

How should the form' css look like?

Robert Limanto
  • 2,068
  • 4
  • 17
  • 27

0 Answers0