Skip to content

Instantly share code, notes, and snippets.

@ffoodd
Created September 27, 2016 11:38
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 ffoodd/561e03e056ea147a1d88640341ec2cad to your computer and use it in GitHub Desktop.
Save ffoodd/561e03e056ea147a1d88640341ec2cad to your computer and use it in GitHub Desktop.
Les chevaliers de la table ronde
/* Les chevaliers de la table ronde */
<!-- content to be placed inside <body>…</body> -->
<table>
<caption>Les chevaliers de la table ronde</caption>
<thead>
<tr>
<th scope="col">Arthur</th>
<th scope="col">Bohort</th>
<th scope="col">Caradoc</th>
<th scope="col">Galahad</th>
<th scope="col">Gauvain</th>
<th scope="col">Lancelot</th>
<th scope="col">Léodagand</th>
<th scope="col">Perceval</th>
<th scope="col">Yvain</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment