my_blog/templates/tech_demos/demos/pong_game_summary_table.html

20 lines
268 B
HTML

<table>
<summary>Game Summary</summary>
<tr>
<td>Difficulty</td>
<th>Won</th>
<th>Lost</th>
<th>Tied</th>
<th>Incomplete</th>
<th>Longest Volley</th>
</tr>
<tr>
<th>Easy</th>
</tr>
<tr>
<th>Normal</th>
</tr>
<tr>
<th>Hard</th>
</tr>
</table>