Skip to content

Instantly share code, notes, and snippets.

@RaShellM
Last active June 12, 2019 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RaShellM/e8975d96d6719ab959d87232579739fa to your computer and use it in GitHub Desktop.
Save RaShellM/e8975d96d6719ab959d87232579739fa to your computer and use it in GitHub Desktop.
tableau html
<table>
<tr> <!-- nouvelle ligne (t. row)-->
<th> <!-- titre (table head)-->
TITRE DU TABLEAU
</th>
</tr>
<tr> <!-- donne les lignes (row)-->
<td> <!-- nouvelle colonne (division)-->
Premiere ligne Première colonne
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment