<!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:
<!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>
0 comentarios :
Publicar un comentario