Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<style type="text/css">
.MyTable {
width: 100%;
max-width: 600px;
width: expression(document.body.clientWidth > 600? "600px": "100%" );
}
</style>
<table border="1" class="MyTable">
<tr>
<td>Table</td>
</tr>
</table>