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.
<html>
<span style="background-color:lightblue"> span </span>
<span style="background-color:lightgreen"> span </span>
<span style="text-align:center;background-color:pink"> span </span>
<div style="background-color:yellow"> div</div>
<div style="background-color:green"> div</div>
<div style="background-color:magenta"> div</div>
<br>
<table width="300" border="2">
<tr>
<td>
<span style="text-align:center;background-color:yellow"> span </span>
</td>
</tr>
<tr>
<td>
<div style="text-align:center;background-color:yellow"> div </span>
</td>
</tr>
</table>
</html>