Skip to content

Commit

Permalink
añadido id a las cabeceras
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosCaraduje committed Sep 27, 2023
1 parent 8cf0d39 commit 747856b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sobremi.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ <h3> Mis aficiones y gustos</h3>

<!--Tabla con las temperaturas de mi ciudad de nacimiento en los últimos 10 años (Gijón)-->

<table id="temperatures">
<table id="temperatures" border="2">
<caption> Temperatura media de Gijón en los últimos 10 años</caption>

<tr>
<th scope="col">Año</th>
<th scope="col">Temperatura</th>
<th id="year" scope="col">Año</th>
<th id="temperature" scope="col">Temperatura</th>
</tr>
<tr>
<th scope="row">2013</th>
Expand Down

0 comments on commit 747856b

Please sign in to comment.