BOTÃO QUANDO CLICADO MUDA DE COR

O código abaixo gera um botãquando clicado apresenta uma cor:

<input type=reset value=vermelho onClick="document.bgColor='red'; return true">
<input type=reset value=verde onClick="document.bgColor='green'; return true">

Comentários

Postagens mais visitadas deste blog

CRIAR LINK

GERADOR DE MARQUEE