You are on page 1of 2

<table class="table tabla-alumnos">

<thead style="white-space: nowrap;">


<tr>
<th style="text-align:
center;">ÁREA</th>
<th style="text-align:
center;">COMPOTENCIAS</th>
<th style="text-align:
center;">
BIM I
</th>
<th style="text-align:
center;">
BIM II
</th>
<th style="text-align:
center;">
BIM III
</th>
<th style="text-align:
center;">
BIM IV
</th>
<th style="text-align:
center;">
LOGRO FINAL
</th>
</tr>
</thead>
<tbody style="white-space: nowrap;">
<tr class="fila-alumno">
<td rowspan="3" align="center" >
<p style="margin-top: 25px">Personal
Social</p>
</td>
</tr>

<tr class="fila-alumno">
<td>
Construye su identidad
</td>

<td>
<input type="number" name="bim1[]"
min="0" step="any" max="20" >
</td>
<td>
<input type="number" name="bim2[]"
min="0" step="any" max="20" >
</td>
<td>
<input type="number" name="bim3[]"
min="0" step="any" max="20" >
</td>
<td>
<input type="number" name="bim4[]"
min="0" step="any" max="20" >
</td>
<td>
<input type="hidden" name="logroFinal[]">
<p class="txtNota" style="color:
red">0</p>
</td>
</tr>

<tr class="fila-alumno">

<td >
Construye su identidad
</td>

<td>
<input type="number" name="bim1[]"
min="0" step="any" max="20" >
</td>
<td>
<input type="number" name="bim2[]"
min="0" step="any" max="20" >
</td>
<td>
<input type="number" name="bim3[]"
min="0" step="any" max="20" >
</td>
<td>
<input type="number" name="bim4[]"
min="0" step="any" max="20" >
</td>
<td>
<input type="hidden" name="logroFinal[]">
<p class="txtNota" style="color:
red">0</p>
</td>
</tr>

</tbody>
</table>

You might also like