|    
			
				23/03/2012, 13:24
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: marzo-2012 Ubicación: mexico 
						Mensajes: 3
					 Antigüedad: 13 años, 7 meses Puntos: 0 |  | 
  |  Respuesta: botones en html  
  esto es todo lo ke tengo realmente no se mucho del tema 
 <html>
 <script type="text/javascript">
 
 
 
 </script>
 <body>
 <input type="button" id="c1" onclick=" c1.style.backgroundColor='red'" value="Red">
 <input type="button" id="c2" onclick=" c2.style.backgroundColor='blue'" value="blue">
 <input type="button" id="c3" onclick=" c3.style.backgroundColor='pink'" value="pink">
 <input type="button" id="c4" onclick=" c4.style.backgroundColor='magenta'" value="orange">
 
 
 </body>
 </html>
     |