Ver ❯
Herramientas SEO
Tamaño del resultado:
668 x 574
×
Cambiar Orientacion
Cambiar tema, Oscuro/Luz
<!doctype html> <html lang="es"> <head> <meta charset="utf-8"> <title> Ejemplo de eventos </title> <!-- Cambia el color de texto y el fondo del elemento. --> </head> <span style="background-color:yellow;" onmouseover="this.style.backgroundColor='black';this.style.color='white'" onmouseout="this.style.backgroundColor='yellow';this.style.color=''"> Ejemplo con manejadores de eventos</span> <body> </body> </html>