domingo, 24 de agosto de 2014


<!DOCTYPE html
<html>
<head>
  <title></title>
</head>
<body>
<table>
  <tr>
     <td>Encuestas</td>
     <td>
         <input type="range" min="0" max="10" value="5" step="5">
     </td>
  </tr>
</table>
</body>
</html>

Veamos la implementacion de este ejemplo:



0 comentarios :

Publicar un comentario

-->