Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<html>
<head>
<title>Neue Seite 1</title>
</head>
<body>
<table border="1" width="500">
<tr>
<td style="border-bottom: 5px solid red">1</td>
<td colspan="2" style="border-left: 5px solid red">2 </td>
</tr>
<tr>
<td>3</td>
<td style="border-left: 5px solid red; border-top: 5px solid red">4</td>
<td>5</td>
</tr>
</table>
</body>
</html>
border-right:no;
<td border-right:no; border-left:no;>Blabla</td>