Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html lang="fr">
  <head>
    <meta charset="utf-8">
    <style>
      * {font-family: sans-serif; font-size: 120%}
      div {border: solid 5px #7C532A; padding: 20px}
    </style>
  </head>
  <body>
    <div onmouseover="bord(this)">Survolez avec la souris</div>
    <br>
    <div onclick="cache(this)">Cliquez ici</div>
  </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
tfontanetpro
0viewers