Search code examples
htmlcsshtml-tablelimit

Whats the code to create a no limit table?


I want to create an html table but it must not have limits in sides.

Can you help me?


Solution

  • <table width="100%">
    <tr><td>cell content</td></tr>
    </table>