Skip to content

Commit

Permalink
Add missing scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
leny authored Nov 28, 2016
1 parent 5c075c0 commit 2765ab8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,90 +12,90 @@ <h1>Les Diables Rouges</h1>
<caption>L'âge, la taille et le poids des Diables Rouges</caption>
<tr>
<td class="vide"></td>
<th>Âge</th>
<th class="taille">Taille</th>
<th>Poids</th>
<th class="poste">Poste</th>
<th scope="col">Âge</th>
<th scope="col" class="taille">Taille</th>
<th scope="col">Poids</th>
<th scope="col" class="poste">Poste</th>
</tr>
<tr>
<th>Christian Benteke</th>
<th scope="row">Christian Benteke</th>
<td>22 ans</td>
<td class="taille">1,91 m</td>
<td>86 kg</td>
<td class="poste">Attaquant de pointe</td>
</tr>
<tr>
<th>Romelu Lukaku</th>
<th scope="row">Romelu Lukaku</th>
<td>20 ans</td>
<td class="taille">1,90 m</td>
<td>93 kg</td>
<td class="poste">Attaquant de pointe</td>
</tr>
<tr>
<th>Kévin Mirallas</th>
<th scope="row">Kévin Mirallas</th>
<td>26 ans</td>
<td class="taille">1,79 m</td>
<td>68 kg</td>
<td class="poste">Attaquant</td>
</tr>
<tr>
<th>Axel Witsel</th>
<th scope="row">Axel Witsel</th>
<td>24 ans</td>
<td class="taille">1,86 m</td>
<td>81 kg</td>
<td class="poste">Milieu, milieu offensif</td>
</tr>
<tr>
<th>Eden Hazard</th>
<th scope="row">Eden Hazard</th>
<td>22 ans</td>
<td class="taille">1,70 m</td>
<td>69 kg</td>
<td class="poste">Ailier</td>
</tr>
<tr>
<th>Kevin De Bruyne</th>
<th scope="row">Kevin De Bruyne</th>
<td>22 ans</td>
<td class="taille">1,80 m</td>
<td>68 kg</td>
<td class="poste">Milieu offensif</td>
</tr>
<tr>
<th>Marouane Fellaini</th>
<th scope="row">Marouane Fellaini</th>
<td>25 ans</td>
<td class="taille">1,93 m</td>
<td>85 kg</td>
<td class="poste">Milieu défensif, milieu offensif</td>
</tr>
<tr>
<th>Steven Defour</th>
<th scope="row">Steven Defour</th>
<td>25 ans</td>
<td class="taille">1,74 m</td>
<td>69 kg</td>
<td class="poste">Milieu, milieu défensif</td>
</tr>
<tr>
<th>Daniel van Buyten</th>
<th scope="row">Daniel van Buyten</th>
<td>35 ans</td>
<td class="taille">1,96 m</td>
<td>96 kg</td>
<td class="poste">Défenseur central</td>
</tr>
<tr>
<th>Jan Vertonghen</th>
<th scope="row">Jan Vertonghen</th>
<td>26 ans</td>
<td class="taille">1,89 m</td>
<td>79 kg</td>
<td class="poste">Défenseur central</td>
</tr>
<tr>
<th>Vincent Kompany</th>
<th scope="row">Vincent Kompany</th>
<td>27 ans</td>
<td class="taille">1,90 m</td>
<td>85 kg</td>
<td class="poste">Défenseur central, milieu défensif</td>
</tr>
<tr>
<th>Thibaut Courtois</th>
<th scope="row">Thibaut Courtois</th>
<td>21 ans</td>
<td class="taille">1,94 m</td>
<td>79 kg</td>
Expand Down

0 comments on commit 2765ab8

Please sign in to comment.