Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</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>E-mail de l'entreprise</th> <th>Date</th> </tr> <tr> <td style="background-color:#e6ebef;"><a href="#">info@w3docs.com</a></td> <td style="background-color:#e6ebef;">01.09.2017</td> </tr> <tr style="height:60px; background-color:#e6ebef;"> <td colspan="2" valign="bottom" style="background-color:#a3cced;">info@w3docs.com; <strong>01.09.2017 </strong><span style="font-size:14px;">(received date)</span></td> </tr> </table> </body> </html>