Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> table,th,td{border:1px solid #cccccc} </style> </head> <body> <table> <tr> <th>Mois</th> <th>Data</th> </tr> <tr> <td>Janvier</td> <td>10.01.2014</td> </tr> <tr> <td>FĂ©vrier</td> <td>10.01.2014</td> </tr> </table> </body> </html>