site de Fabien Torre


Source de roll-over.html

1: <html> 2: <head> 3: <title>Roll-over</title> 4: <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> 5: <link REL="stylesheet" TYPE="text/css" HREF="https://fabien-torre.fr/include/css/ft-v1.css"> 6: </head> 7: 8: <BODY> 9: <DIV CLASS="menu"> 10: <DIV CLASS="partmenu"> 11: <UL> 12: <LI> voir le <A HREF="https://fabien-torre.fr/Enseignement/tp/JavaScript/roll-over.html.src">code de cette page</A> 13: <LI> retour à la page des 14: <A HREF="https://fabien-torre.fr/Enseignement/tp/JavaScript/">Travaux pratiques JavaScript</A> 15: <LI> retour à la page de <A HREF="https://fabien-torre.fr/">Fabien Torre</A> 16: </UL> 17: </DIV> 18: </DIV> 19: <DIV CLASS="page"> 20: <H1>Roll-over</h1> 21: <BR><BR><BR> 22: <CENTER> 23: <A HREF="javascript:;" 24: onMouseOver="document.theatre.src='Theatre-vert.gif'" 25: onMouseOut="document.theatre.src='Theatre-rouge.gif'" 26: onClick="alert('pas de lien')"> 27: <IMG NAME="theatre" SRC="Theatre-rouge.gif" BORDER="0"></A> 28: </CENTER> 29: 30: <BR><BR><BR><BR><BR> 31: 32: </DIV> 33: </body> 34: </html>
Fabien Torre Valid HTML5! Valid CSS!
site de Fabien Torre, université de Lille