te faltó cerrarlo
while ($fila=mysql_fetch_array($respuesta))
{
?> debes cerrarlo para que lea el html
<tr>
<td><?php echo $fila["id_beca"]?></td>
<td><?php echo $fila["id_pais"]?></td>
<td><?php echo $fila["nombre"]?></td>
<td><?php echo $fila["tipo"]?></td>
<td><?php echo $fila["descripcion"]?></td>
<td><div id="scrollable"><?php echo $fila["requisitos"] ?></div></td>
<td><?php echo $fila["link"]?></td>
</tr>
<?php y debes volver a php para que te lea la llave
}
Saludos Pike