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.
Gib ihr eine Klasse und die entsprechenden Stylesheets. ;)Alle sklar also Tabelle sieht so aus wie macht man nur eine Spalte blau?
<table border=
"1" width="100%" bgcolor="#0000FF">
<tr>
<td width="50%"> </td>
<td width="50%"> </td>
</tr>
</table>
td:nth-child(1)
{
background-color: red;
}