Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>The title of the document.</title>
</head>
<body>
<table summary="Goalscorers" width="400" border="1">
<caption>
FIFA World Cup 2018 Top Goalscorers
<hr>
</caption>
<thead>
<tr>
<th>Name</th>
<th>Country</th>
<th>Goal</th>
</tr>
</thead>
<tfoot>
<tr>
<th colspan="3">Harry Kane - the best player!</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>Harry Kane</td>
<td>England</td>
<td>6</td>
</tr>
<tr>
<td>Christiano Ronaldo</td>
<td>Portugal</td>
<td>4</td>
</tr>
<tr>
<td>Neymar</td>