Responsive Table
Preview
Code
<div style="overflow-x:auto;"> <table border="1"> <tr> <th>Name</th> <th>Country</th> <th>Age</th> </tr> <tr> <td>Alex</td> <td>USA</td> <td>31</td> </tr> </table> </div>
<div style="overflow-x:auto;"> <table border="1"> <tr> <th>Name</th> <th>Country</th> <th>Age</th> </tr> <tr> <td>Alex</td> <td>USA</td> <td>31</td> </tr> </table> </div>