Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> </head> <body> <table border="1" style="border-collapse:collapse;"> <tr> <th>Monat</th> <th>Datum</th> </tr> <tr> <td>Juni</td> <td>10.06.2018</td> </tr> <tr> <td>Juli</td> <td>15.07.2018</td> </tr> </table> </body> </html>