index.html page1.html page2.html page3.html style.css script.js Retour vers le futur

Retour vers le futur

delorean

Bienvenue sur mon site ou je parle de mon film préféré: retour vers le futur !

Film 1

Retour vers le futur I

Film

Sorti en 1985, ce film raconte l'histoire de marty mcfly , un adolescent également ami proche du dr emmet brown (doc) et va participer à l'une de ses esxpériences , une delorean a voyager dans le temps. Il se retrouvera alors coincé en 1955 où il interrompra la rencontre de ses parents.

Eléments importants :

  1. Marty Mcfly(protagoniste rpincipal interprété par Micheal J Fox)
  2. doc Brown( autre protagoniste principal interprété par Christopher Lloyd)
  3. La Delorean(voiture permettant de voyager dans le temps
Année 1985
lien externe

Retour accueil body { background-color: black; color: white; font-family: Arial; } h1 { color: orange; text-align: center; } img { border:3px solid white; border-radius: 10px; } a { color: cyan; margin: 10px; text decoration: none; } button { padding: 10px; background color: orange; border: none; cursor: pointer; } table { margin-top: 20px; border-collapse: collapse; } td { padding: 10px; } function afficherAlerte() { alert("Nom de Zeus !"); } function changerStyle() { document.body.style.backgroundColor = "blue"; } function changerImage(img) { img.src = "delorean2.jpg"; }