Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> th, td { padding: 10px; border: 1px solid #666; } </style> </head> <body> <table style="width:80%; margin:30px auto; border-collapse:collapse;"> <tr style="background-color:#1c87c9; color:#fff;"> <th>Monat</th> <th>Datum</th> </tr> <tr> <td>Juni</td> <td>18.07.2018</td> </tr> </table> </body> </html>