Sandbox 2: Unterschied zwischen den Versionen

Aus Wiki Grepolis DE
Zur Navigation springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<table border="0">
<!DOCTYPE html>
<tr border="0">
 
<td border="0">Hallo</td>
<html>
<td border="0">Hallo 2</td>
<head>
 
</head>
<body>
 
 
<style>
table, th, td {
    border: 0px solid black;
}
</style>
 
<table>
<tr>
<td>Hallo</td>
<td>Hallo 2</td>
</tr>
</tr>
</table>
</table>
</body>
</html>

Version vom 28. Juli 2018, 12:41 Uhr

<!DOCTYPE html>

<html> <head>

</head> <body>


<style> table, th, td {

   border: 0px solid black;

} </style>

Hallo Hallo 2

</body> </html>