Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> td, th { padding: 1em; border: 1px solid #666666; } </style> </head> <body> <table> <tr> <th>1</th> <th>2</th> <th>3</th> <th>4</th> </tr> <tr> <td>texte</td> <td>texte</td> <td>texte</td> <td>texte</td> </tr> </table> </body> </html>