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">
table {
border: 1px solid blue;
}
.redTable {
border: 1px solid red;
}
</style>
<table>
<tr>
<td>I have a blue border.</td>
</tr>
</table>
<table class="redTable">
<tr>
<td>I have a red border.</td>
</tr>
</table>
<table style="border:none;">